#52449C

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

Shades of Blue Gem #52449C

Tints of Blue Gem #52449C

Color information

#52449C (or 0x52449C) is unknown color: approx Blue Gem. HEX triplet: 52, 44 and 9C. RGB value is (82,68,156). Sum of RGB (Red+Green+Blue) = 82+68+156=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #52449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52449C is #ADBB63. Grayscale: #515151. Windows color (decimal): -11385700 or 10241106. OLE color: 10241106.

HSL color Cylindrical-coordinate representation of color #52449C: hue angle of 249.55º 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 #52449C is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8268156-
CMYK0.470.5600.39
HSL249.55º39.29%43.92%-
HSV(B)249.55º56.41%61.18%-
XYZ11.558.3332.45-
YUV82.22169.64127.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 156 (61.33% from 255) = 50.98%
R=26.80%
G=22.22%
B=50.98%

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
Decimal82681560.470.5600.39249.5539.2943.92
Hex52449C2F38027fa272c
Octal12210423457700473724754
Binary1010010100010010011100101111111000010011111111010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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