Shades of Rich Blue #585DB1
Tints of Rich Blue #585DB1
RGB
CMYK
RGB Variations
Color information
#585DB1 (or 0x585DB1) is known color: Rich Blue. HEX triplet: 58, 5D and B1. RGB value is (88,93,177). Sum of RGB (Red+Green+Blue) = 88+93+177=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #585DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585DB1 is #A7A24E. Grayscale: #646464. Windows color (decimal): -10986063 or 11623768. OLE color: 11623768.
HSL color Cylindrical-coordinate representation of color #585DB1: hue angle of 236.63º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #585DB1 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 93 | 177 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.31 |
| HSL | 236.63º | 0.36% | 0.52% | - |
| HSV(B) | 236.63º | 0.5% | 0.69% | - |
| XYZ | 15.87 | 13.08 | 43.28 | - |
| YUV | 101.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 177 | 0.50 | 0.47 | 0 | 0.31 | 236.63 | 0.36 | 0.52 |
| Hex | 58 | 5D | B1 | 32 | 2F | 0 | 1F | ED | 24 | 34 |
| Octal | 130 | 135 | 261 | 62 | 57 | 0 | 37 | 355 | 44 | 64 |
| Binary | 1011000 | 1011101 | 10110001 | 110010 | 101111 | 0 | 11111 | 11101101 | 100100 | 110100 |
Color Harmonies of #585DB1
Complementary color
Monochromatic Colors of #585DB1
Black with #585DB1
Text Example
Text Example
White with #585DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585DB1; }
p { color: rgb(88,93,177); }
H1.HeaderClassName
{
color: #585DB1;
}
.AnyTagClassName
{
color: #585DB1;
}
</style>
background-color css
<style>
a { background-color: #585DB1; }
a { background-color: rgb(88,93,177); }
div.DivClassName
{
background-color: #585DB1;
}
.BgClassName
{
background-color: #585DB1;
}
</style>
border-color css
<style>
span { border-color: #585DB1; }
span { border-color: rgb(88,93,177); }
td.TdClassName
{
border-color: #585DB1;
}
.TagClassName
{
border-color: #585DB1;
}
</style>