#523E99

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

Shades of Blue Gem #523E99

Tints of Blue Gem #523E99

Color information

#523E99 (or 0x523E99) is unknown color: approx Blue Gem. HEX triplet: 52, 3E and 99. RGB value is (82,62,153). Sum of RGB (Red+Green+Blue) = 82+62+153=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #523E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523E99 is #ADC166. Grayscale: #4E4E4E. Windows color (decimal): -11387239 or 10042962. OLE color: 10042962.

HSL color Cylindrical-coordinate representation of color #523E99: hue angle of 253.19º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #523E99 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8262153-
CMYK0.460.5900.4
HSL253.19º42.33%42.16%-
HSV(B)253.19º59.48%60%-
XYZ10.957.5431.01-
YUV78.35170.13130.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 62 (24.61% from 255) = 20.88%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=27.61%
G=20.88%
B=51.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82621530.460.5900.4253.1942.3342.16
Hex523E992E3B028fd2a2a
Octal1227623156730503755252
Binary101001011111010011001101110111011010100011111101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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