Shades of Slate Blue #5854DE
Tints of Slate Blue #5854DE
RGB
CMYK
RGB Variations
Color information
#5854DE (or 0x5854DE) is known color: Slate Blue. HEX triplet: 58, 54 and DE. RGB value is (88,84,222). Sum of RGB (Red+Green+Blue) = 88+84+222=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #5854DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5854DE is #A7AB21. Grayscale: #646464. Windows color (decimal): -10988322 or 14570584. OLE color: 14570584.
HSL color Cylindrical-coordinate representation of color #5854DE: hue angle of 241.74º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5854DE is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 84 | 222 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.13 |
| HSL | 241.74º | 0.68% | 0.6% | - |
| HSV(B) | 241.74º | 0.62% | 0.87% | - |
| XYZ | 20.38 | 13.69 | 70.68 | - |
| YUV | 100.93 | 196.33 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 222 | 0.60 | 0.62 | 0 | 0.13 | 241.74 | 0.68 | 0.6 |
| Hex | 58 | 54 | DE | 3C | 3E | 0 | D | F2 | 44 | 3C |
| Octal | 130 | 124 | 336 | 74 | 76 | 0 | 15 | 362 | 104 | 74 |
| Binary | 1011000 | 1010100 | 11011110 | 111100 | 111110 | 0 | 1101 | 11110010 | 1000100 | 111100 |
Color Harmonies of #5854DE
Complementary color
Monochromatic Colors of #5854DE
Black with #5854DE
Text Example
Text Example
White with #5854DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5854DE; }
p { color: rgb(88,84,222); }
H1.HeaderClassName
{
color: #5854DE;
}
.AnyTagClassName
{
color: #5854DE;
}
</style>
background-color css
<style>
a { background-color: #5854DE; }
a { background-color: rgb(88,84,222); }
div.DivClassName
{
background-color: #5854DE;
}
.BgClassName
{
background-color: #5854DE;
}
</style>
border-color css
<style>
span { border-color: #5854DE; }
span { border-color: rgb(88,84,222); }
td.TdClassName
{
border-color: #5854DE;
}
.TagClassName
{
border-color: #5854DE;
}
</style>