Shades of Blue Gem #5236AA
Tints of Blue Gem #5236AA
RGB
CMYK
RGB Variations
Color information
#5236AA (or 0x5236AA) is known color: Blue Gem. HEX triplet: 52, 36 and AA. RGB value is (82,54,170). Sum of RGB (Red+Green+Blue) = 82+54+170=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #5236AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5236AA is #ADC955. Grayscale: #4B4B4B. Windows color (decimal): -11389270 or 11155026. OLE color: 11155026.
HSL color Cylindrical-coordinate representation of color #5236AA: hue angle of 254.48º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5236AA is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 54 | 170 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.33 |
| HSL | 254.48º | 0.52% | 0.44% | - |
| HSV(B) | 254.48º | 0.68% | 0.67% | - |
| XYZ | 12.05 | 7.33 | 38.81 | - |
| YUV | 75.6 | 181.28 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 54 | 170 | 0.52 | 0.68 | 0 | 0.33 | 254.48 | 0.52 | 0.44 |
| Hex | 52 | 36 | AA | 34 | 44 | 0 | 21 | FE | 34 | 2C |
| Octal | 122 | 66 | 252 | 64 | 104 | 0 | 41 | 376 | 64 | 54 |
| Binary | 1010010 | 110110 | 10101010 | 110100 | 1000100 | 0 | 100001 | 11111110 | 110100 | 101100 |
Color Harmonies of #5236AA
Complementary color
Monochromatic Colors of #5236AA
Black with #5236AA
Text Example
Text Example
White with #5236AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5236AA; }
p { color: rgb(82,54,170); }
H1.HeaderClassName
{
color: #5236AA;
}
.AnyTagClassName
{
color: #5236AA;
}
</style>
background-color css
<style>
a { background-color: #5236AA; }
a { background-color: rgb(82,54,170); }
div.DivClassName
{
background-color: #5236AA;
}
.BgClassName
{
background-color: #5236AA;
}
</style>
border-color css
<style>
span { border-color: #5236AA; }
span { border-color: rgb(82,54,170); }
td.TdClassName
{
border-color: #5236AA;
}
.TagClassName
{
border-color: #5236AA;
}
</style>