Shades of Blue Gem #5136AA
Tints of Blue Gem #5136AA
RGB
CMYK
RGB Variations
Color information
#5136AA (or 0x5136AA) is known color: Blue Gem. HEX triplet: 51, 36 and AA. RGB value is (81,54,170). Sum of RGB (Red+Green+Blue) = 81+54+170=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #5136AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5136AA is #AEC955. Grayscale: #4A4A4A. Windows color (decimal): -11454806 or 11155025. OLE color: 11155025.
HSL color Cylindrical-coordinate representation of color #5136AA: hue angle of 253.97º 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 #5136AA is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 54 | 170 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.33 |
| HSL | 253.97º | 0.52% | 0.44% | - |
| HSV(B) | 253.97º | 0.68% | 0.67% | - |
| XYZ | 11.97 | 7.29 | 38.81 | - |
| YUV | 75.3 | 181.45 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 170 | 0.52 | 0.68 | 0 | 0.33 | 253.97 | 0.52 | 0.44 |
| Hex | 51 | 36 | AA | 34 | 44 | 0 | 21 | FE | 34 | 2C |
| Octal | 121 | 66 | 252 | 64 | 104 | 0 | 41 | 376 | 64 | 54 |
| Binary | 1010001 | 110110 | 10101010 | 110100 | 1000100 | 0 | 100001 | 11111110 | 110100 | 101100 |
Color Harmonies of #5136AA
Complementary color
Monochromatic Colors of #5136AA
Black with #5136AA
Text Example
Text Example
White with #5136AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5136AA; }
p { color: rgb(81,54,170); }
H1.HeaderClassName
{
color: #5136AA;
}
.AnyTagClassName
{
color: #5136AA;
}
</style>
background-color css
<style>
a { background-color: #5136AA; }
a { background-color: rgb(81,54,170); }
div.DivClassName
{
background-color: #5136AA;
}
.BgClassName
{
background-color: #5136AA;
}
</style>
border-color css
<style>
span { border-color: #5136AA; }
span { border-color: rgb(81,54,170); }
td.TdClassName
{
border-color: #5136AA;
}
.TagClassName
{
border-color: #5136AA;
}
</style>