Shades of Slate Blue #585CDF
Tints of Slate Blue #585CDF
RGB
CMYK
RGB Variations
Color information
#585CDF (or 0x585CDF) is known color: Slate Blue. HEX triplet: 58, 5C and DF. RGB value is (88,92,223). Sum of RGB (Red+Green+Blue) = 88+92+223=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #585CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CDF is #A7A320. Grayscale: #696969. Windows color (decimal): -10986273 or 14638168. OLE color: 14638168.
HSL color Cylindrical-coordinate representation of color #585CDF: hue angle of 238.22º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #585CDF is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 92 | 223 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.13 |
| HSL | 238.22º | 0.68% | 0.61% | - |
| HSV(B) | 238.22º | 0.61% | 0.87% | - |
| XYZ | 21.17 | 15.06 | 71.6 | - |
| YUV | 105.74 | 194.17 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 223 | 0.61 | 0.59 | 0 | 0.13 | 238.22 | 0.68 | 0.61 |
| Hex | 58 | 5C | DF | 3D | 3B | 0 | D | EE | 44 | 3D |
| Octal | 130 | 134 | 337 | 75 | 73 | 0 | 15 | 356 | 104 | 75 |
| Binary | 1011000 | 1011100 | 11011111 | 111101 | 111011 | 0 | 1101 | 11101110 | 1000100 | 111101 |
Color Harmonies of #585CDF
Complementary color
Monochromatic Colors of #585CDF
Black with #585CDF
Text Example
Text Example
White with #585CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585CDF; }
p { color: rgb(88,92,223); }
H1.HeaderClassName
{
color: #585CDF;
}
.AnyTagClassName
{
color: #585CDF;
}
</style>
background-color css
<style>
a { background-color: #585CDF; }
a { background-color: rgb(88,92,223); }
div.DivClassName
{
background-color: #585CDF;
}
.BgClassName
{
background-color: #585CDF;
}
</style>
border-color css
<style>
span { border-color: #585CDF; }
span { border-color: rgb(88,92,223); }
td.TdClassName
{
border-color: #585CDF;
}
.TagClassName
{
border-color: #585CDF;
}
</style>