#52408C

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

Shades of Blue Gem #52408C

Tints of Blue Gem #52408C

Color information

#52408C (or 0x52408C) is unknown color: approx Blue Gem. HEX triplet: 52, 40 and 8C. RGB value is (82,64,140). Sum of RGB (Red+Green+Blue) = 82+64+140=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #52408C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52408C is #ADBF73. Grayscale: #4D4D4D. Windows color (decimal): -11386740 or 9191506. OLE color: 9191506.

HSL color Cylindrical-coordinate representation of color #52408C: hue angle of 254.21º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52408C is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8264140-
CMYK0.410.5400.45
HSL254.21º37.25%40%-
HSV(B)254.21º54.29%54.9%-
XYZ10.057.3525.7-
YUV78.05162.96130.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 140 (55.08% from 255) = 48.95%
R=28.67%
G=22.38%
B=48.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82641400.410.5400.45254.2137.2540
Hex52408C293602Dfe2528
Octal12210021451660553764550
Binary1010010100000010001100101001110110010110111111110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52408C; }

 p { color: rgb(82,64,140); }

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

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

 a { background-color: rgb(82,64,140); }

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

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

 span { border-color: rgb(82,64,140); }

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