Shades of Rich Blue #585DC1
Tints of Rich Blue #585DC1
RGB
CMYK
RGB Variations
Color information
#585DC1 (or 0x585DC1) is known color: Rich Blue. HEX triplet: 58, 5D and C1. RGB value is (88,93,193). Sum of RGB (Red+Green+Blue) = 88+93+193=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #585DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585DC1 is #A7A23E. Grayscale: #666666. Windows color (decimal): -10986047 or 12672344. OLE color: 12672344.
HSL color Cylindrical-coordinate representation of color #585DC1: hue angle of 237.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #585DC1 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 93 | 193 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.24 |
| HSL | 237.14º | 0.46% | 0.55% | - |
| HSV(B) | 237.14º | 0.54% | 0.76% | - |
| XYZ | 17.56 | 13.75 | 52.18 | - |
| YUV | 102.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 193 | 0.54 | 0.52 | 0 | 0.24 | 237.14 | 0.46 | 0.55 |
| Hex | 58 | 5D | C1 | 36 | 34 | 0 | 18 | ED | 2E | 37 |
| Octal | 130 | 135 | 301 | 66 | 64 | 0 | 30 | 355 | 56 | 67 |
| Binary | 1011000 | 1011101 | 11000001 | 110110 | 110100 | 0 | 11000 | 11101101 | 101110 | 110111 |
Color Harmonies of #585DC1
Complementary color
Monochromatic Colors of #585DC1
Black with #585DC1
Text Example
Text Example
White with #585DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585DC1; }
p { color: rgb(88,93,193); }
H1.HeaderClassName
{
color: #585DC1;
}
.AnyTagClassName
{
color: #585DC1;
}
</style>
background-color css
<style>
a { background-color: #585DC1; }
a { background-color: rgb(88,93,193); }
div.DivClassName
{
background-color: #585DC1;
}
.BgClassName
{
background-color: #585DC1;
}
</style>
border-color css
<style>
span { border-color: #585DC1; }
span { border-color: rgb(88,93,193); }
td.TdClassName
{
border-color: #585DC1;
}
.TagClassName
{
border-color: #585DC1;
}
</style>