#52399F

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

Shades of Blue Gem #52399F

Tints of Blue Gem #52399F

Color information

#52399F (or 0x52399F) is unknown color: approx Blue Gem. HEX triplet: 52, 39 and 9F. RGB value is (82,57,159). Sum of RGB (Red+Green+Blue) = 82+57+159=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #52399F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52399F is #ADC660. Grayscale: #4B4B4B. Windows color (decimal): -11388513 or 10434898. OLE color: 10434898.

HSL color Cylindrical-coordinate representation of color #52399F: hue angle of 254.71º 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 #52399F is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8257159-
CMYK0.480.6400.38
HSL254.71º47.22%42.35%-
HSV(B)254.71º64.15%62.35%-
XYZ11.27.2233.6-
YUV76.1174.78132.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=27.52%
G=19.13%
B=53.36%

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
Decimal82571590.480.6400.38254.7147.2242.35
Hex52399F3040026ff2f2a
Octal12271237601000463775752
Binary1010010111001100111111100001000000010011011111111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52399F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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