Shades of Blue Gem #52449B
Tints of Blue Gem #52449B
RGB
CMYK
RGB Variations
Color information
#52449B (or 0x52449B) is known color: 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
| RGB | 82 | 68 | 155 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.39 |
| HSL | 249.66º | 0.39% | 0.44% | - |
| HSV(B) | 249.66º | 0.56% | 0.61% | - |
| XYZ | 11.46 | 8.29 | 32.01 | - |
| YUV | 82.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 155 | 0.47 | 0.56 | 0 | 0.39 | 249.66 | 0.39 | 0.44 |
| Hex | 52 | 44 | 9B | 2F | 38 | 0 | 27 | FA | 27 | 2C |
| Octal | 122 | 104 | 233 | 57 | 70 | 0 | 47 | 372 | 47 | 54 |
| Binary | 1010010 | 1000100 | 10011011 | 101111 | 111000 | 0 | 100111 | 11111010 | 100111 | 101100 |
Color Harmonies of #52449B
Complementary color
Monochromatic Colors of #52449B
Black with #52449B
Text Example
Text Example
White with #52449B
Text Example
Text Example
HTML Codes & Css Web 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>