Shades of Rich Blue #585DB4
Tints of Rich Blue #585DB4
RGB
CMYK
RGB Variations
Color information
#585DB4 (or 0x585DB4) is known color: Rich Blue. HEX triplet: 58, 5D and B4. RGB value is (88,93,180). Sum of RGB (Red+Green+Blue) = 88+93+180=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #585DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DB4 is #A7A24B. Grayscale: #656565. Windows color (decimal): -10986060 or 11820376. OLE color: 11820376.
HSL color Cylindrical-coordinate representation of color #585DB4: hue angle of 236.74º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #585DB4 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 93 | 180 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.29 |
| HSL | 236.74º | 0.38% | 0.53% | - |
| HSV(B) | 236.74º | 0.51% | 0.71% | - |
| XYZ | 16.18 | 13.2 | 44.88 | - |
| YUV | 101.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 180 | 0.51 | 0.48 | 0 | 0.29 | 236.74 | 0.38 | 0.53 |
| Hex | 58 | 5D | B4 | 33 | 30 | 0 | 1D | ED | 26 | 35 |
| Octal | 130 | 135 | 264 | 63 | 60 | 0 | 35 | 355 | 46 | 65 |
| Binary | 1011000 | 1011101 | 10110100 | 110011 | 110000 | 0 | 11101 | 11101101 | 100110 | 110101 |
Color Harmonies of #585DB4
Complementary color
Monochromatic Colors of #585DB4
Black with #585DB4
Text Example
Text Example
White with #585DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585DB4; }
p { color: rgb(88,93,180); }
H1.HeaderClassName
{
color: #585DB4;
}
.AnyTagClassName
{
color: #585DB4;
}
</style>
background-color css
<style>
a { background-color: #585DB4; }
a { background-color: rgb(88,93,180); }
div.DivClassName
{
background-color: #585DB4;
}
.BgClassName
{
background-color: #585DB4;
}
</style>
border-color css
<style>
span { border-color: #585DB4; }
span { border-color: rgb(88,93,180); }
td.TdClassName
{
border-color: #585DB4;
}
.TagClassName
{
border-color: #585DB4;
}
</style>