#52439E

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

Shades of Blue Gem #52439E

Tints of Blue Gem #52439E

Color information

#52439E (or 0x52439E) is unknown color: approx Blue Gem. HEX triplet: 52, 43 and 9E. RGB value is (82,67,158). Sum of RGB (Red+Green+Blue) = 82+67+158=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #52439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52439E is #ADBC61. Grayscale: #515151. Windows color (decimal): -11385954 or 10371922. OLE color: 10371922.

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

Color convert

RGB8267158-
CMYK0.480.5800.38
HSL249.89º40.44%44.12%-
HSV(B)249.89º57.59%61.96%-
XYZ11.668.2833.33-
YUV81.86170.97128.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=26.71%
G=21.82%
B=51.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82671580.480.5800.38249.8940.4444.12
Hex52439E303A026fa282c
Octal12210323660720463725054
Binary1010010100001110011110110000111010010011011111010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,67,158); }

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

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

 a { background-color: rgb(82,67,158); }

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

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

 span { border-color: rgb(82,67,158); }

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