Shades of Rich Blue #5859AC
Tints of Rich Blue #5859AC
RGB
CMYK
RGB Variations
Color information
#5859AC (or 0x5859AC) is known color: Rich Blue. HEX triplet: 58, 59 and AC. RGB value is (88,89,172). Sum of RGB (Red+Green+Blue) = 88+89+172=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #5859AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5859AC is #A7A653. Grayscale: #616161. Windows color (decimal): -10987092 or 11295064. OLE color: 11295064.
HSL color Cylindrical-coordinate representation of color #5859AC: hue angle of 239.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5859AC is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 89 | 172 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.33 |
| HSL | 239.29º | 0.34% | 0.51% | - |
| HSV(B) | 239.29º | 0.49% | 0.67% | - |
| XYZ | 15.04 | 12.2 | 40.59 | - |
| YUV | 98.16 | 169.67 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 172 | 0.49 | 0.48 | 0 | 0.33 | 239.29 | 0.34 | 0.51 |
| Hex | 58 | 59 | AC | 31 | 30 | 0 | 21 | EF | 22 | 33 |
| Octal | 130 | 131 | 254 | 61 | 60 | 0 | 41 | 357 | 42 | 63 |
| Binary | 1011000 | 1011001 | 10101100 | 110001 | 110000 | 0 | 100001 | 11101111 | 100010 | 110011 |
Color Harmonies of #5859AC
Complementary color
Monochromatic Colors of #5859AC
Black with #5859AC
Text Example
Text Example
White with #5859AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5859AC; }
p { color: rgb(88,89,172); }
H1.HeaderClassName
{
color: #5859AC;
}
.AnyTagClassName
{
color: #5859AC;
}
</style>
background-color css
<style>
a { background-color: #5859AC; }
a { background-color: rgb(88,89,172); }
div.DivClassName
{
background-color: #5859AC;
}
.BgClassName
{
background-color: #5859AC;
}
</style>
border-color css
<style>
span { border-color: #5859AC; }
span { border-color: rgb(88,89,172); }
td.TdClassName
{
border-color: #5859AC;
}
.TagClassName
{
border-color: #5859AC;
}
</style>