Shades of Rich Blue #585CAB
Tints of Rich Blue #585CAB
RGB
CMYK
RGB Variations
Color information
#585CAB (or 0x585CAB) is known color: Rich Blue. HEX triplet: 58, 5C and AB. RGB value is (88,92,171). Sum of RGB (Red+Green+Blue) = 88+92+171=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #585CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585CAB is #A7A354. Grayscale: #636363. Windows color (decimal): -10986325 or 11230296. OLE color: 11230296.
HSL color Cylindrical-coordinate representation of color #585CAB: hue angle of 237.11º 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 #585CAB is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 92 | 171 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.33 |
| HSL | 237.11º | 0.33% | 0.51% | - |
| HSV(B) | 237.11º | 0.49% | 0.67% | - |
| XYZ | 15.2 | 12.67 | 40.17 | - |
| YUV | 99.81 | 168.17 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 171 | 0.49 | 0.46 | 0 | 0.33 | 237.11 | 0.33 | 0.51 |
| Hex | 58 | 5C | AB | 31 | 2E | 0 | 21 | ED | 21 | 33 |
| Octal | 130 | 134 | 253 | 61 | 56 | 0 | 41 | 355 | 41 | 63 |
| Binary | 1011000 | 1011100 | 10101011 | 110001 | 101110 | 0 | 100001 | 11101101 | 100001 | 110011 |
Color Harmonies of #585CAB
Complementary color
Monochromatic Colors of #585CAB
Black with #585CAB
Text Example
Text Example
White with #585CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585CAB; }
p { color: rgb(88,92,171); }
H1.HeaderClassName
{
color: #585CAB;
}
.AnyTagClassName
{
color: #585CAB;
}
</style>
background-color css
<style>
a { background-color: #585CAB; }
a { background-color: rgb(88,92,171); }
div.DivClassName
{
background-color: #585CAB;
}
.BgClassName
{
background-color: #585CAB;
}
</style>
border-color css
<style>
span { border-color: #585CAB; }
span { border-color: rgb(88,92,171); }
td.TdClassName
{
border-color: #585CAB;
}
.TagClassName
{
border-color: #585CAB;
}
</style>