Shades of Rich Blue #5860AA
Tints of Rich Blue #5860AA
RGB
CMYK
RGB Variations
Color information
#5860AA (or 0x5860AA) is known color: Rich Blue. HEX triplet: 58, 60 and AA. RGB value is (88,96,170). Sum of RGB (Red+Green+Blue) = 88+96+170=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #5860AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5860AA is #A79F55. Grayscale: #656565. Windows color (decimal): -10985302 or 11165784. OLE color: 11165784.
HSL color Cylindrical-coordinate representation of color #5860AA: hue angle of 234.15º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5860AA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 96 | 170 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.33 |
| HSL | 234.15º | 0.33% | 0.51% | - |
| HSV(B) | 234.15º | 0.48% | 0.67% | - |
| XYZ | 15.46 | 13.34 | 39.79 | - |
| YUV | 102.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 170 | 0.48 | 0.44 | 0 | 0.33 | 234.15 | 0.33 | 0.51 |
| Hex | 58 | 60 | AA | 30 | 2C | 0 | 21 | EA | 21 | 33 |
| Octal | 130 | 140 | 252 | 60 | 54 | 0 | 41 | 352 | 41 | 63 |
| Binary | 1011000 | 1100000 | 10101010 | 110000 | 101100 | 0 | 100001 | 11101010 | 100001 | 110011 |
Color Harmonies of #5860AA
Complementary color
Monochromatic Colors of #5860AA
Black with #5860AA
Text Example
Text Example
White with #5860AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5860AA; }
p { color: rgb(88,96,170); }
H1.HeaderClassName
{
color: #5860AA;
}
.AnyTagClassName
{
color: #5860AA;
}
</style>
background-color css
<style>
a { background-color: #5860AA; }
a { background-color: rgb(88,96,170); }
div.DivClassName
{
background-color: #5860AA;
}
.BgClassName
{
background-color: #5860AA;
}
</style>
border-color css
<style>
span { border-color: #5860AA; }
span { border-color: rgb(88,96,170); }
td.TdClassName
{
border-color: #5860AA;
}
.TagClassName
{
border-color: #5860AA;
}
</style>