#52408E

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

Shades of Blue Gem #52408E

Tints of Blue Gem #52408E

Color information

#52408E (or 0x52408E) is unknown color: approx Blue Gem. HEX triplet: 52, 40 and 8E. RGB value is (82,64,142). Sum of RGB (Red+Green+Blue) = 82+64+142=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #52408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52408E is #ADBF71. Grayscale: #4D4D4D. Windows color (decimal): -11386738 or 9322578. OLE color: 9322578.

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

Color convert

RGB8264142-
CMYK0.420.5500.44
HSL253.85º37.86%40.39%-
HSV(B)253.85º54.93%55.69%-
XYZ10.27.4126.48-
YUV78.27163.96130.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 142 (55.86% from 255) = 49.31%
R=28.47%
G=22.22%
B=49.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82641420.420.5500.44253.8537.8640.39
Hex52408E2A3702Cfe2628
Octal12210021652670543764650
Binary1010010100000010001110101010110111010110011111110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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