Shades of Blue Gem #52429A
Tints of Blue Gem #52429A
RGB
CMYK
RGB Variations
Color information
#52429A (or 0x52429A) is known color: Blue Gem. HEX triplet: 52, 42 and 9A. RGB value is (82,66,154). Sum of RGB (Red+Green+Blue) = 82+66+154=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #52429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52429A is #ADBD65. Grayscale: #505050. Windows color (decimal): -11386214 or 10109522. OLE color: 10109522.
HSL color Cylindrical-coordinate representation of color #52429A: hue angle of 250.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52429A is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 66 | 154 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.40 |
| HSL | 250.91º | 0.4% | 0.43% | - |
| HSV(B) | 250.91º | 0.57% | 0.6% | - |
| XYZ | 11.26 | 8.02 | 31.53 | - |
| YUV | 80.82 | 169.3 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 154 | 0.47 | 0.57 | 0 | 0.40 | 250.91 | 0.4 | 0.43 |
| Hex | 52 | 42 | 9A | 2F | 39 | 0 | 28 | FB | 28 | 2B |
| Octal | 122 | 102 | 232 | 57 | 71 | 0 | 50 | 373 | 50 | 53 |
| Binary | 1010010 | 1000010 | 10011010 | 101111 | 111001 | 0 | 101000 | 11111011 | 101000 | 101011 |
Color Harmonies of #52429A
Complementary color
Monochromatic Colors of #52429A
Black with #52429A
Text Example
Text Example
White with #52429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52429A; }
p { color: rgb(82,66,154); }
H1.HeaderClassName
{
color: #52429A;
}
.AnyTagClassName
{
color: #52429A;
}
</style>
background-color css
<style>
a { background-color: #52429A; }
a { background-color: rgb(82,66,154); }
div.DivClassName
{
background-color: #52429A;
}
.BgClassName
{
background-color: #52429A;
}
</style>
border-color css
<style>
span { border-color: #52429A; }
span { border-color: rgb(82,66,154); }
td.TdClassName
{
border-color: #52429A;
}
.TagClassName
{
border-color: #52429A;
}
</style>