#524299

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

Shades of Blue Gem #524299

Tints of Blue Gem #524299

Color information

#524299 (or 0x524299) is unknown color: approx Blue Gem. HEX triplet: 52, 42 and 99. RGB value is (82,66,153). Sum of RGB (Red+Green+Blue) = 82+66+153=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #524299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524299 is #ADBD66. Grayscale: #505050. Windows color (decimal): -11386215 or 10043986. OLE color: 10043986.

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

Color convert

RGB8266153-
CMYK0.460.5700.4
HSL251.03º39.73%42.94%-
HSV(B)251.03º56.86%60%-
XYZ11.187.9931.09-
YUV80.7168.8128.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=27.24%
G=21.93%
B=50.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82661530.460.5700.4251.0339.7342.94
Hex5242992E39028fb282b
Octal12210223156710503735053
Binary1010010100001010011001101110111001010100011111011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524299; }

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

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

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

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

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

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

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

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