Shades of Rich Blue #585DB6
Tints of Rich Blue #585DB6
RGB
CMYK
RGB Variations
Color information
#585DB6 (or 0x585DB6) is known color: Rich Blue. HEX triplet: 58, 5D and B6. RGB value is (88,93,182). Sum of RGB (Red+Green+Blue) = 88+93+182=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #585DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DB6 is #A7A249. Grayscale: #656565. Windows color (decimal): -10986058 or 11951448. OLE color: 11951448.
HSL color Cylindrical-coordinate representation of color #585DB6: hue angle of 236.81º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #585DB6 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 93 | 182 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.29 |
| HSL | 236.81º | 0.39% | 0.53% | - |
| HSV(B) | 236.81º | 0.52% | 0.71% | - |
| XYZ | 16.38 | 13.28 | 45.96 | - |
| YUV | 101.65 | 173.34 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 182 | 0.52 | 0.49 | 0 | 0.29 | 236.81 | 0.39 | 0.53 |
| Hex | 58 | 5D | B6 | 34 | 31 | 0 | 1D | ED | 27 | 35 |
| Octal | 130 | 135 | 266 | 64 | 61 | 0 | 35 | 355 | 47 | 65 |
| Binary | 1011000 | 1011101 | 10110110 | 110100 | 110001 | 0 | 11101 | 11101101 | 100111 | 110101 |
Color Harmonies of #585DB6
Complementary color
Monochromatic Colors of #585DB6
Black with #585DB6
Text Example
Text Example
White with #585DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585DB6; }
p { color: rgb(88,93,182); }
H1.HeaderClassName
{
color: #585DB6;
}
.AnyTagClassName
{
color: #585DB6;
}
</style>
background-color css
<style>
a { background-color: #585DB6; }
a { background-color: rgb(88,93,182); }
div.DivClassName
{
background-color: #585DB6;
}
.BgClassName
{
background-color: #585DB6;
}
</style>
border-color css
<style>
span { border-color: #585DB6; }
span { border-color: rgb(88,93,182); }
td.TdClassName
{
border-color: #585DB6;
}
.TagClassName
{
border-color: #585DB6;
}
</style>