#52408F

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

Shades of Blue Gem #52408F

Tints of Blue Gem #52408F

Color information

#52408F (or 0x52408F) is unknown color: approx Blue Gem. HEX triplet: 52, 40 and 8F. RGB value is (82,64,143). Sum of RGB (Red+Green+Blue) = 82+64+143=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #52408F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52408F is #ADBF70. Grayscale: #4E4E4E. Windows color (decimal): -11386737 or 9388114. OLE color: 9388114.

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

Color convert

RGB8264143-
CMYK0.430.5500.44
HSL253.67º38.16%40.59%-
HSV(B)253.67º55.24%56.08%-
XYZ10.277.4426.88-
YUV78.39164.46130.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 143 (56.25% from 255) = 49.48%
R=28.37%
G=22.15%
B=49.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82641430.430.5500.44253.6738.1640.59
Hex52408F2B3702Cfe2629
Octal12210021753670543764651
Binary1010010100000010001111101011110111010110011111110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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