Shades of Blue Gem #52409F
Tints of Blue Gem #52409F
RGB
CMYK
RGB Variations
Color information
#52409F (or 0x52409F) is known color: Blue Gem. HEX triplet: 52, 40 and 9F. RGB value is (82,64,159). Sum of RGB (Red+Green+Blue) = 82+64+159=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #52409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52409F is #ADBF60. Grayscale: #4F4F4F. Windows color (decimal): -11386721 or 10436690. OLE color: 10436690.
HSL color Cylindrical-coordinate representation of color #52409F: hue angle of 251.37º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52409F is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 64 | 159 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.38 |
| HSL | 251.37º | 0.43% | 0.44% | - |
| HSV(B) | 251.37º | 0.6% | 0.62% | - |
| XYZ | 11.57 | 7.96 | 33.73 | - |
| YUV | 80.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 159 | 0.48 | 0.60 | 0 | 0.38 | 251.37 | 0.43 | 0.44 |
| Hex | 52 | 40 | 9F | 30 | 3C | 0 | 26 | FB | 2B | 2C |
| Octal | 122 | 100 | 237 | 60 | 74 | 0 | 46 | 373 | 53 | 54 |
| Binary | 1010010 | 1000000 | 10011111 | 110000 | 111100 | 0 | 100110 | 11111011 | 101011 | 101100 |
Color Harmonies of #52409F
Complementary color
Monochromatic Colors of #52409F
Black with #52409F
Text Example
Text Example
White with #52409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52409F; }
p { color: rgb(82,64,159); }
H1.HeaderClassName
{
color: #52409F;
}
.AnyTagClassName
{
color: #52409F;
}
</style>
background-color css
<style>
a { background-color: #52409F; }
a { background-color: rgb(82,64,159); }
div.DivClassName
{
background-color: #52409F;
}
.BgClassName
{
background-color: #52409F;
}
</style>
border-color css
<style>
span { border-color: #52409F; }
span { border-color: rgb(82,64,159); }
td.TdClassName
{
border-color: #52409F;
}
.TagClassName
{
border-color: #52409F;
}
</style>