#523E8D

Color #523E8D Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #523E8D

Tints of Blue Gem #523E8D

Color information

#523E8D (or 0x523E8D) is unknown color: approx Blue Gem. HEX triplet: 52, 3E and 8D. RGB value is (82,62,141). Sum of RGB (Red+Green+Blue) = 82+62+141=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #523E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523E8D is #ADC172. Grayscale: #4C4C4C. Windows color (decimal): -11387251 or 9256530. OLE color: 9256530.

HSL color Cylindrical-coordinate representation of color #523E8D: hue angle of 255.19º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #523E8D is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8262141-
CMYK0.420.5600.45
HSL255.19º38.92%39.8%-
HSV(B)255.19º56.03%55.29%-
XYZ10.017.1626.05-
YUV76.99164.13131.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=28.77%
G=21.75%
B=49.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82621410.420.5600.45255.1938.9239.8
Hex523E8D2A3802Dff2728
Octal1227621552700553774750
Binary101001011111010001101101010111000010110111111111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523E8D; }

 p { color: rgb(82,62,141); }

 H1.HeaderClassName
 {
   color: #523E8D;
 }
 .AnyTagClassName
 {
   color: #523E8D;
 }
</style>
background-color css

<style>
 a { background-color: #523E8D; }

 a { background-color: rgb(82,62,141); }

 div.DivClassName
 {
   background-color: #523E8D;
 }
 .BgClassName
 {
   background-color: #523E8D;
 }
</style>
border-color css

<style>
 span { border-color: #523E8D; }

 span { border-color: rgb(82,62,141); }

 td.TdClassName
 {
   border-color: #523E8D;
 }
 .TagClassName
 {
   border-color: #523E8D;
 }
</style>