Shades of Rich Blue #5859AD
Tints of Rich Blue #5859AD
RGB
CMYK
RGB Variations
Color information
#5859AD (or 0x5859AD) is known color: Rich Blue. HEX triplet: 58, 59 and AD. RGB value is (88,89,173). Sum of RGB (Red+Green+Blue) = 88+89+173=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #5859AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5859AD is #A7A652. Grayscale: #616161. Windows color (decimal): -10987091 or 11360600. OLE color: 11360600.
HSL color Cylindrical-coordinate representation of color #5859AD: hue angle of 239.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5859AD is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 89 | 173 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.32 |
| HSL | 239.29º | 0.34% | 0.51% | - |
| HSV(B) | 239.29º | 0.49% | 0.68% | - |
| XYZ | 15.14 | 12.24 | 41.1 | - |
| YUV | 98.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 173 | 0.49 | 0.49 | 0 | 0.32 | 239.29 | 0.34 | 0.51 |
| Hex | 58 | 59 | AD | 31 | 31 | 0 | 20 | EF | 22 | 33 |
| Octal | 130 | 131 | 255 | 61 | 61 | 0 | 40 | 357 | 42 | 63 |
| Binary | 1011000 | 1011001 | 10101101 | 110001 | 110001 | 0 | 100000 | 11101111 | 100010 | 110011 |
Color Harmonies of #5859AD
Complementary color
Monochromatic Colors of #5859AD
Black with #5859AD
Text Example
Text Example
White with #5859AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5859AD; }
p { color: rgb(88,89,173); }
H1.HeaderClassName
{
color: #5859AD;
}
.AnyTagClassName
{
color: #5859AD;
}
</style>
background-color css
<style>
a { background-color: #5859AD; }
a { background-color: rgb(88,89,173); }
div.DivClassName
{
background-color: #5859AD;
}
.BgClassName
{
background-color: #5859AD;
}
</style>
border-color css
<style>
span { border-color: #5859AD; }
span { border-color: rgb(88,89,173); }
td.TdClassName
{
border-color: #5859AD;
}
.TagClassName
{
border-color: #5859AD;
}
</style>