Shades of Slate Blue #585CCB
Tints of Slate Blue #585CCB
RGB
CMYK
RGB Variations
Color information
#585CCB (or 0x585CCB) is known color: Slate Blue. HEX triplet: 58, 5C and CB. RGB value is (88,92,203). Sum of RGB (Red+Green+Blue) = 88+92+203=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #585CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CCB is #A7A334. Grayscale: #676767. Windows color (decimal): -10986293 or 13327448. OLE color: 13327448.
HSL color Cylindrical-coordinate representation of color #585CCB: hue angle of 237.91º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #585CCB is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 92 | 203 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.20 |
| HSL | 237.91º | 0.53% | 0.57% | - |
| HSV(B) | 237.91º | 0.57% | 0.8% | - |
| XYZ | 18.63 | 14.04 | 58.23 | - |
| YUV | 103.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 203 | 0.57 | 0.55 | 0 | 0.20 | 237.91 | 0.53 | 0.57 |
| Hex | 58 | 5C | CB | 39 | 37 | 0 | 14 | EE | 35 | 39 |
| Octal | 130 | 134 | 313 | 71 | 67 | 0 | 24 | 356 | 65 | 71 |
| Binary | 1011000 | 1011100 | 11001011 | 111001 | 110111 | 0 | 10100 | 11101110 | 110101 | 111001 |
Color Harmonies of #585CCB
Complementary color
Monochromatic Colors of #585CCB
Black with #585CCB
Text Example
Text Example
White with #585CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585CCB; }
p { color: rgb(88,92,203); }
H1.HeaderClassName
{
color: #585CCB;
}
.AnyTagClassName
{
color: #585CCB;
}
</style>
background-color css
<style>
a { background-color: #585CCB; }
a { background-color: rgb(88,92,203); }
div.DivClassName
{
background-color: #585CCB;
}
.BgClassName
{
background-color: #585CCB;
}
</style>
border-color css
<style>
span { border-color: #585CCB; }
span { border-color: rgb(88,92,203); }
td.TdClassName
{
border-color: #585CCB;
}
.TagClassName
{
border-color: #585CCB;
}
</style>