Shades of Blue Gem #52409E
Tints of Blue Gem #52409E
RGB
CMYK
RGB Variations
Color information
#52409E (or 0x52409E) is known color: Blue Gem. HEX triplet: 52, 40 and 9E. RGB value is (82,64,158). Sum of RGB (Red+Green+Blue) = 82+64+158=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #52409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52409E is #ADBF61. Grayscale: #4F4F4F. Windows color (decimal): -11386722 or 10371154. OLE color: 10371154.
HSL color Cylindrical-coordinate representation of color #52409E: hue angle of 251.49º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52409E is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 64 | 158 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.38 |
| HSL | 251.49º | 0.42% | 0.44% | - |
| HSV(B) | 251.49º | 0.59% | 0.62% | - |
| XYZ | 11.48 | 7.93 | 33.27 | - |
| YUV | 80.1 | 171.96 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 158 | 0.48 | 0.59 | 0 | 0.38 | 251.49 | 0.42 | 0.44 |
| Hex | 52 | 40 | 9E | 30 | 3B | 0 | 26 | FB | 2A | 2C |
| Octal | 122 | 100 | 236 | 60 | 73 | 0 | 46 | 373 | 52 | 54 |
| Binary | 1010010 | 1000000 | 10011110 | 110000 | 111011 | 0 | 100110 | 11111011 | 101010 | 101100 |
Color Harmonies of #52409E
Complementary color
Monochromatic Colors of #52409E
Black with #52409E
Text Example
Text Example
White with #52409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52409E; }
p { color: rgb(82,64,158); }
H1.HeaderClassName
{
color: #52409E;
}
.AnyTagClassName
{
color: #52409E;
}
</style>
background-color css
<style>
a { background-color: #52409E; }
a { background-color: rgb(82,64,158); }
div.DivClassName
{
background-color: #52409E;
}
.BgClassName
{
background-color: #52409E;
}
</style>
border-color css
<style>
span { border-color: #52409E; }
span { border-color: rgb(82,64,158); }
td.TdClassName
{
border-color: #52409E;
}
.TagClassName
{
border-color: #52409E;
}
</style>