Shades of Rich Blue #5158AA
Tints of Rich Blue #5158AA
RGB
CMYK
RGB Variations
Color information
#5158AA (or 0x5158AA) is known color: Rich Blue. HEX triplet: 51, 58 and AA. RGB value is (81,88,170). Sum of RGB (Red+Green+Blue) = 81+88+170=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #5158AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5158AA is #AEA755. Grayscale: #5E5E5E. Windows color (decimal): -11446102 or 11163729. OLE color: 11163729.
HSL color Cylindrical-coordinate representation of color #5158AA: hue angle of 235.28º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5158AA is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 88 | 170 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.33 |
| HSL | 235.28º | 0.35% | 0.49% | - |
| HSV(B) | 235.28º | 0.52% | 0.67% | - |
| XYZ | 14.14 | 11.63 | 39.53 | - |
| YUV | 95.26 | 170.18 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 170 | 0.52 | 0.48 | 0 | 0.33 | 235.28 | 0.35 | 0.49 |
| Hex | 51 | 58 | AA | 34 | 30 | 0 | 21 | EB | 23 | 31 |
| Octal | 121 | 130 | 252 | 64 | 60 | 0 | 41 | 353 | 43 | 61 |
| Binary | 1010001 | 1011000 | 10101010 | 110100 | 110000 | 0 | 100001 | 11101011 | 100011 | 110001 |
Color Harmonies of #5158AA
Complementary color
Monochromatic Colors of #5158AA
Black with #5158AA
Text Example
Text Example
White with #5158AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5158AA; }
p { color: rgb(81,88,170); }
H1.HeaderClassName
{
color: #5158AA;
}
.AnyTagClassName
{
color: #5158AA;
}
</style>
background-color css
<style>
a { background-color: #5158AA; }
a { background-color: rgb(81,88,170); }
div.DivClassName
{
background-color: #5158AA;
}
.BgClassName
{
background-color: #5158AA;
}
</style>
border-color css
<style>
span { border-color: #5158AA; }
span { border-color: rgb(81,88,170); }
td.TdClassName
{
border-color: #5158AA;
}
.TagClassName
{
border-color: #5158AA;
}
</style>