#52459C

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

Shades of Blue Gem #52459C

Tints of Blue Gem #52459C

Color information

#52459C (or 0x52459C) is unknown color: approx Blue Gem. HEX triplet: 52, 45 and 9C. RGB value is (82,69,156). Sum of RGB (Red+Green+Blue) = 82+69+156=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #52459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52459C is #ADBA63. Grayscale: #525252. Windows color (decimal): -11385444 or 10241362. OLE color: 10241362.

HSL color Cylindrical-coordinate representation of color #52459C: hue angle of 248.97º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52459C is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8269156-
CMYK0.470.5600.39
HSL248.97º38.67%44.12%-
HSV(B)248.97º55.77%61.18%-
XYZ11.618.4532.47-
YUV82.8169.31127.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=26.71%
G=22.48%
B=50.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82691560.470.5600.39248.9738.6744.12
Hex52459C2F38027f9272c
Octal12210523457700473714754
Binary1010010100010110011100101111111000010011111111001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52459C; }

 p { color: rgb(82,69,156); }

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

<style>
 a { background-color: #52459C; }

 a { background-color: rgb(82,69,156); }

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

<style>
 span { border-color: #52459C; }

 span { border-color: rgb(82,69,156); }

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