#524199

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

Shades of Blue Gem #524199

Tints of Blue Gem #524199

Color information

#524199 (or 0x524199) is unknown color: approx Blue Gem. HEX triplet: 52, 41 and 99. RGB value is (82,65,153). Sum of RGB (Red+Green+Blue) = 82+65+153=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #524199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524199 is #ADBE66. Grayscale: #4F4F4F. Windows color (decimal): -11386471 or 10043730. OLE color: 10043730.

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

Color convert

RGB8265153-
CMYK0.460.5800.4
HSL251.59º40.37%42.75%-
HSV(B)251.59º57.52%60%-
XYZ11.127.8731.07-
YUV80.12169.13129.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 153 (60.16% from 255) = 51%
R=27.33%
G=21.67%
B=51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82651530.460.5800.4251.5940.3742.75
Hex5241992E3A028fc282b
Octal12210123156720503745053
Binary1010010100000110011001101110111010010100011111100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524199; }

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

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

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

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

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

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

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

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