Shades of Blue Gem #52428D
Tints of Blue Gem #52428D
RGB
CMYK
RGB Variations
Color information
#52428D (or 0x52428D) is known color: Blue Gem. HEX triplet: 52, 42 and 8D. RGB value is (82,66,141). Sum of RGB (Red+Green+Blue) = 82+66+141=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #52428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52428D is #ADBD72. Grayscale: #4F4F4F. Windows color (decimal): -11386227 or 9257554. OLE color: 9257554.
HSL color Cylindrical-coordinate representation of color #52428D: hue angle of 252.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52428D is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 66 | 141 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.45 |
| HSL | 252.8º | 0.36% | 0.41% | - |
| HSV(B) | 252.8º | 0.53% | 0.55% | - |
| XYZ | 10.24 | 7.61 | 26.13 | - |
| YUV | 79.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 141 | 0.42 | 0.53 | 0 | 0.45 | 252.8 | 0.36 | 0.41 |
| Hex | 52 | 42 | 8D | 2A | 35 | 0 | 2D | FD | 24 | 29 |
| Octal | 122 | 102 | 215 | 52 | 65 | 0 | 55 | 375 | 44 | 51 |
| Binary | 1010010 | 1000010 | 10001101 | 101010 | 110101 | 0 | 101101 | 11111101 | 100100 | 101001 |
Color Harmonies of #52428D
Complementary color
Monochromatic Colors of #52428D
Black with #52428D
Text Example
Text Example
White with #52428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52428D; }
p { color: rgb(82,66,141); }
H1.HeaderClassName
{
color: #52428D;
}
.AnyTagClassName
{
color: #52428D;
}
</style>
background-color css
<style>
a { background-color: #52428D; }
a { background-color: rgb(82,66,141); }
div.DivClassName
{
background-color: #52428D;
}
.BgClassName
{
background-color: #52428D;
}
</style>
border-color css
<style>
span { border-color: #52428D; }
span { border-color: rgb(82,66,141); }
td.TdClassName
{
border-color: #52428D;
}
.TagClassName
{
border-color: #52428D;
}
</style>