#52449F

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

Shades of Blue Gem #52449F

Tints of Blue Gem #52449F

Color information

#52449F (or 0x52449F) is unknown color: approx Blue Gem. HEX triplet: 52, 44 and 9F. RGB value is (82,68,159). Sum of RGB (Red+Green+Blue) = 82+68+159=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #52449F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52449F is #ADBB60. Grayscale: #525252. Windows color (decimal): -11385697 or 10437714. OLE color: 10437714.

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

Color convert

RGB8268159-
CMYK0.480.5700.38
HSL249.23º40.09%44.51%-
HSV(B)249.23º57.23%62.35%-
XYZ11.88.4333.81-
YUV82.56171.14127.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=26.54%
G=22.01%
B=51.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82681590.480.5700.38249.2340.0944.51
Hex52449F3039026f9282d
Octal12210423760710463715055
Binary1010010100010010011111110000111001010011011111001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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