#52389F

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

Shades of Blue Gem #52389F

Tints of Blue Gem #52389F

Color information

#52389F (or 0x52389F) is unknown color: approx Blue Gem. HEX triplet: 52, 38 and 9F. RGB value is (82,56,159). Sum of RGB (Red+Green+Blue) = 82+56+159=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #52389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52389F is #ADC760. Grayscale: #4B4B4B. Windows color (decimal): -11388769 or 10434642. OLE color: 10434642.

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

Color convert

RGB8256159-
CMYK0.480.6500.38
HSL255.15º47.91%42.16%-
HSV(B)255.15º64.78%62.35%-
XYZ11.157.1333.59-
YUV75.52175.11132.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 159 (62.5% from 255) = 53.54%
R=27.61%
G=18.86%
B=53.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82561590.480.6500.38255.1547.9142.16
Hex52389F3041026ff302a
Octal12270237601010463776052
Binary1010010111000100111111100001000001010011011111111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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