Shades of Slate Blue #585BDF
Tints of Slate Blue #585BDF
RGB
CMYK
RGB Variations
Color information
#585BDF (or 0x585BDF) is known color: Slate Blue. HEX triplet: 58, 5B and DF. RGB value is (88,91,223). Sum of RGB (Red+Green+Blue) = 88+91+223=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #585BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585BDF is #A7A420. Grayscale: #686868. Windows color (decimal): -10986529 or 14637912. OLE color: 14637912.
HSL color Cylindrical-coordinate representation of color #585BDF: hue angle of 238.67º 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 #585BDF is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 91 | 223 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.13 |
| HSL | 238.67º | 0.68% | 0.61% | - |
| HSV(B) | 238.67º | 0.61% | 0.87% | - |
| XYZ | 21.08 | 14.88 | 71.57 | - |
| YUV | 105.15 | 194.51 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 91 | 223 | 0.61 | 0.59 | 0 | 0.13 | 238.67 | 0.68 | 0.61 |
| Hex | 58 | 5B | DF | 3D | 3B | 0 | D | EF | 44 | 3D |
| Octal | 130 | 133 | 337 | 75 | 73 | 0 | 15 | 357 | 104 | 75 |
| Binary | 1011000 | 1011011 | 11011111 | 111101 | 111011 | 0 | 1101 | 11101111 | 1000100 | 111101 |
Color Harmonies of #585BDF
Complementary color
Monochromatic Colors of #585BDF
Black with #585BDF
Text Example
Text Example
White with #585BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585BDF; }
p { color: rgb(88,91,223); }
H1.HeaderClassName
{
color: #585BDF;
}
.AnyTagClassName
{
color: #585BDF;
}
</style>
background-color css
<style>
a { background-color: #585BDF; }
a { background-color: rgb(88,91,223); }
div.DivClassName
{
background-color: #585BDF;
}
.BgClassName
{
background-color: #585BDF;
}
</style>
border-color css
<style>
span { border-color: #585BDF; }
span { border-color: rgb(88,91,223); }
td.TdClassName
{
border-color: #585BDF;
}
.TagClassName
{
border-color: #585BDF;
}
</style>