Shades of Blue Gem #52409D
Tints of Blue Gem #52409D
RGB
CMYK
RGB Variations
Color information
#52409D (or 0x52409D) is known color: Blue Gem. HEX triplet: 52, 40 and 9D. RGB value is (82,64,157). Sum of RGB (Red+Green+Blue) = 82+64+157=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #52409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52409D is #ADBF62. Grayscale: #4F4F4F. Windows color (decimal): -11386723 or 10305618. OLE color: 10305618.
HSL color Cylindrical-coordinate representation of color #52409D: hue angle of 251.61º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52409D is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 64 | 157 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.38 |
| HSL | 251.61º | 0.42% | 0.43% | - |
| HSV(B) | 251.61º | 0.59% | 0.62% | - |
| XYZ | 11.4 | 7.89 | 32.82 | - |
| YUV | 79.98 | 171.46 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 157 | 0.48 | 0.59 | 0 | 0.38 | 251.61 | 0.42 | 0.43 |
| Hex | 52 | 40 | 9D | 30 | 3B | 0 | 26 | FC | 2A | 2B |
| Octal | 122 | 100 | 235 | 60 | 73 | 0 | 46 | 374 | 52 | 53 |
| Binary | 1010010 | 1000000 | 10011101 | 110000 | 111011 | 0 | 100110 | 11111100 | 101010 | 101011 |
Color Harmonies of #52409D
Complementary color
Monochromatic Colors of #52409D
Black with #52409D
Text Example
Text Example
White with #52409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52409D; }
p { color: rgb(82,64,157); }
H1.HeaderClassName
{
color: #52409D;
}
.AnyTagClassName
{
color: #52409D;
}
</style>
background-color css
<style>
a { background-color: #52409D; }
a { background-color: rgb(82,64,157); }
div.DivClassName
{
background-color: #52409D;
}
.BgClassName
{
background-color: #52409D;
}
</style>
border-color css
<style>
span { border-color: #52409D; }
span { border-color: rgb(82,64,157); }
td.TdClassName
{
border-color: #52409D;
}
.TagClassName
{
border-color: #52409D;
}
</style>