Shades of Rich Blue #585BAB
Tints of Rich Blue #585BAB
RGB
CMYK
RGB Variations
Color information
#585BAB (or 0x585BAB) is known color: Rich Blue. HEX triplet: 58, 5B and AB. RGB value is (88,91,171). Sum of RGB (Red+Green+Blue) = 88+91+171=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #585BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585BAB is #A7A454. Grayscale: #626262. Windows color (decimal): -10986581 or 11230040. OLE color: 11230040.
HSL color Cylindrical-coordinate representation of color #585BAB: hue angle of 237.83º degrees, saturation: 0.33, 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 #585BAB is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 91 | 171 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.33 |
| HSL | 237.83º | 0.33% | 0.51% | - |
| HSV(B) | 237.83º | 0.49% | 0.67% | - |
| XYZ | 15.12 | 12.5 | 40.14 | - |
| YUV | 99.22 | 168.51 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 171 | 0.49 | 0.47 | 0 | 0.33 | 237.83 | 0.33 | 0.51 |
| Hex | 58 | 5B | AB | 31 | 2F | 0 | 21 | EE | 21 | 33 |
| Octal | 130 | 133 | 253 | 61 | 57 | 0 | 41 | 356 | 41 | 63 |
| Binary | 1011000 | 1011011 | 10101011 | 110001 | 101111 | 0 | 100001 | 11101110 | 100001 | 110011 |
Color Harmonies of #585BAB
Complementary color
Monochromatic Colors of #585BAB
Black with #585BAB
Text Example
Text Example
White with #585BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BAB; }
p { color: rgb(88,91,171); }
H1.HeaderClassName
{
color: #585BAB;
}
.AnyTagClassName
{
color: #585BAB;
}
</style>
background-color css
<style>
a { background-color: #585BAB; }
a { background-color: rgb(88,91,171); }
div.DivClassName
{
background-color: #585BAB;
}
.BgClassName
{
background-color: #585BAB;
}
</style>
border-color css
<style>
span { border-color: #585BAB; }
span { border-color: rgb(88,91,171); }
td.TdClassName
{
border-color: #585BAB;
}
.TagClassName
{
border-color: #585BAB;
}
</style>