#52399E

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

Shades of Blue Gem #52399E

Tints of Blue Gem #52399E

Color information

#52399E (or 0x52399E) is unknown color: approx Blue Gem. HEX triplet: 52, 39 and 9E. RGB value is (82,57,158). Sum of RGB (Red+Green+Blue) = 82+57+158=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #52399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52399E is #ADC661. Grayscale: #4B4B4B. Windows color (decimal): -11388514 or 10369362. OLE color: 10369362.

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

Color convert

RGB8257158-
CMYK0.480.6400.38
HSL254.85º46.98%42.16%-
HSV(B)254.85º63.92%61.96%-
XYZ11.117.1933.15-
YUV75.99174.28132.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=27.61%
G=19.19%
B=53.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82571580.480.6400.38254.8546.9842.16
Hex52399E3040026ff2f2a
Octal12271236601000463775752
Binary1010010111001100111101100001000000010011011111111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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