Shades of Slate Blue #585CE1
Tints of Slate Blue #585CE1
RGB
CMYK
RGB Variations
Color information
#585CE1 (or 0x585CE1) is known color: Slate Blue. HEX triplet: 58, 5C and E1. RGB value is (88,92,225). Sum of RGB (Red+Green+Blue) = 88+92+225=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #585CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CE1 is #A7A31E. Grayscale: #696969. Windows color (decimal): -10986271 or 14769240. OLE color: 14769240.
HSL color Cylindrical-coordinate representation of color #585CE1: hue angle of 238.25º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #585CE1 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 92 | 225 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.12 |
| HSL | 238.25º | 0.7% | 0.61% | - |
| HSV(B) | 238.25º | 0.61% | 0.88% | - |
| XYZ | 21.44 | 15.17 | 73.03 | - |
| YUV | 105.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 225 | 0.61 | 0.59 | 0 | 0.12 | 238.25 | 0.7 | 0.61 |
| Hex | 58 | 5C | E1 | 3D | 3B | 0 | C | EE | 46 | 3D |
| Octal | 130 | 134 | 341 | 75 | 73 | 0 | 14 | 356 | 106 | 75 |
| Binary | 1011000 | 1011100 | 11100001 | 111101 | 111011 | 0 | 1100 | 11101110 | 1000110 | 111101 |
Color Harmonies of #585CE1
Complementary color
Monochromatic Colors of #585CE1
Black with #585CE1
Text Example
Text Example
White with #585CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585CE1; }
p { color: rgb(88,92,225); }
H1.HeaderClassName
{
color: #585CE1;
}
.AnyTagClassName
{
color: #585CE1;
}
</style>
background-color css
<style>
a { background-color: #585CE1; }
a { background-color: rgb(88,92,225); }
div.DivClassName
{
background-color: #585CE1;
}
.BgClassName
{
background-color: #585CE1;
}
</style>
border-color css
<style>
span { border-color: #585CE1; }
span { border-color: rgb(88,92,225); }
td.TdClassName
{
border-color: #585CE1;
}
.TagClassName
{
border-color: #585CE1;
}
</style>