Shades of Rich Blue #585DAB
Tints of Rich Blue #585DAB
RGB
CMYK
RGB Variations
Color information
#585DAB (or 0x585DAB) is known color: Rich Blue. HEX triplet: 58, 5D and AB. RGB value is (88,93,171). Sum of RGB (Red+Green+Blue) = 88+93+171=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #585DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585DAB is #A7A254. Grayscale: #646464. Windows color (decimal): -10986069 or 11230552. OLE color: 11230552.
HSL color Cylindrical-coordinate representation of color #585DAB: hue angle of 236.39º 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 #585DAB is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 93 | 171 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.33 |
| HSL | 236.39º | 0.33% | 0.51% | - |
| HSV(B) | 236.39º | 0.49% | 0.67% | - |
| XYZ | 15.29 | 12.84 | 40.2 | - |
| YUV | 100.4 | 167.84 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 171 | 0.49 | 0.46 | 0 | 0.33 | 236.39 | 0.33 | 0.51 |
| Hex | 58 | 5D | AB | 31 | 2E | 0 | 21 | EC | 21 | 33 |
| Octal | 130 | 135 | 253 | 61 | 56 | 0 | 41 | 354 | 41 | 63 |
| Binary | 1011000 | 1011101 | 10101011 | 110001 | 101110 | 0 | 100001 | 11101100 | 100001 | 110011 |
Color Harmonies of #585DAB
Complementary color
Monochromatic Colors of #585DAB
Black with #585DAB
Text Example
Text Example
White with #585DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585DAB; }
p { color: rgb(88,93,171); }
H1.HeaderClassName
{
color: #585DAB;
}
.AnyTagClassName
{
color: #585DAB;
}
</style>
background-color css
<style>
a { background-color: #585DAB; }
a { background-color: rgb(88,93,171); }
div.DivClassName
{
background-color: #585DAB;
}
.BgClassName
{
background-color: #585DAB;
}
</style>
border-color css
<style>
span { border-color: #585DAB; }
span { border-color: rgb(88,93,171); }
td.TdClassName
{
border-color: #585DAB;
}
.TagClassName
{
border-color: #585DAB;
}
</style>