#52449B

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

Shades of Blue Gem #52449B

Tints of Blue Gem #52449B

Color information

#52449B (or 0x52449B) is unknown color: approx Blue Gem. HEX triplet: 52, 44 and 9B. RGB value is (82,68,155). Sum of RGB (Red+Green+Blue) = 82+68+155=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #52449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52449B is #ADBB64. Grayscale: #515151. Windows color (decimal): -11385701 or 10175570. OLE color: 10175570.

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

Color convert

RGB8268155-
CMYK0.470.5600.39
HSL249.66º39.01%43.73%-
HSV(B)249.66º56.13%60.78%-
XYZ11.468.2932.01-
YUV82.1169.14127.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=26.89%
G=22.30%
B=50.82%

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
Decimal82681550.470.5600.39249.6639.0143.73
Hex52449B2F38027fa272c
Octal12210423357700473724754
Binary1010010100010010011011101111111000010011111111010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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