Shades of Blue Gem #5235A9
Tints of Blue Gem #5235A9
RGB
CMYK
RGB Variations
Color information
#5235A9 (or 0x5235A9) is known color: Blue Gem. HEX triplet: 52, 35 and A9. RGB value is (82,53,169). Sum of RGB (Red+Green+Blue) = 82+53+169=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 169 (66.41% from 255 or 55.59% from 304); Max value from RGB is 169 - color contains mainly: blue. Hex color #5235A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5235A9 is #ADCA56. Grayscale: #4A4A4A. Windows color (decimal): -11389527 or 11089234. OLE color: 11089234.
HSL color Cylindrical-coordinate representation of color #5235A9: hue angle of 255º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5235A9 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 53 | 169 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.34 |
| HSL | 255º | 0.52% | 0.44% | - |
| HSV(B) | 255º | 0.69% | 0.66% | - |
| XYZ | 11.91 | 7.2 | 38.3 | - |
| YUV | 74.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 169 | 0.51 | 0.69 | 0 | 0.34 | 255 | 0.52 | 0.44 |
| Hex | 52 | 35 | A9 | 33 | 45 | 0 | 22 | FF | 34 | 2C |
| Octal | 122 | 65 | 251 | 63 | 105 | 0 | 42 | 377 | 64 | 54 |
| Binary | 1010010 | 110101 | 10101001 | 110011 | 1000101 | 0 | 100010 | 11111111 | 110100 | 101100 |
Color Harmonies of #5235A9
Complementary color
Monochromatic Colors of #5235A9
Black with #5235A9
Text Example
Text Example
White with #5235A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5235A9; }
p { color: rgb(82,53,169); }
H1.HeaderClassName
{
color: #5235A9;
}
.AnyTagClassName
{
color: #5235A9;
}
</style>
background-color css
<style>
a { background-color: #5235A9; }
a { background-color: rgb(82,53,169); }
div.DivClassName
{
background-color: #5235A9;
}
.BgClassName
{
background-color: #5235A9;
}
</style>
border-color css
<style>
span { border-color: #5235A9; }
span { border-color: rgb(82,53,169); }
td.TdClassName
{
border-color: #5235A9;
}
.TagClassName
{
border-color: #5235A9;
}
</style>