#524599

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

Shades of Blue Gem #524599

Tints of Blue Gem #524599

Color information

#524599 (or 0x524599) is unknown color: approx Blue Gem. HEX triplet: 52, 45 and 99. RGB value is (82,69,153). Sum of RGB (Red+Green+Blue) = 82+69+153=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #524599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524599 is #ADBA66. Grayscale: #525252. Windows color (decimal): -11385447 or 10044754. OLE color: 10044754.

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

Color convert

RGB8269153-
CMYK0.460.5500.4
HSL249.29º37.84%43.53%-
HSV(B)249.29º54.9%60%-
XYZ11.368.3531.15-
YUV82.46167.81127.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.97%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=26.97%
G=22.70%
B=50.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82691530.460.5500.4249.2937.8443.53
Hex5245992E37028f9262c
Octal12210523156670503714654
Binary1010010100010110011001101110110111010100011111001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524599; }

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

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

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

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

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

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

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

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