Shades of Slate Blue #5853DF
Tints of Slate Blue #5853DF
RGB
CMYK
RGB Variations
Color information
#5853DF (or 0x5853DF) is known color: Slate Blue. HEX triplet: 58, 53 and DF. RGB value is (88,83,223). Sum of RGB (Red+Green+Blue) = 88+83+223=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #5853DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5853DF is #A7AC20. Grayscale: #636363. Windows color (decimal): -10988577 or 14635864. OLE color: 14635864.
HSL color Cylindrical-coordinate representation of color #5853DF: hue angle of 242.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5853DF is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 83 | 223 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.13 |
| HSL | 242.14º | 0.69% | 0.6% | - |
| HSV(B) | 242.14º | 0.63% | 0.87% | - |
| XYZ | 20.44 | 13.59 | 71.36 | - |
| YUV | 100.46 | 197.16 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 223 | 0.61 | 0.63 | 0 | 0.13 | 242.14 | 0.69 | 0.6 |
| Hex | 58 | 53 | DF | 3D | 3F | 0 | D | F2 | 45 | 3C |
| Octal | 130 | 123 | 337 | 75 | 77 | 0 | 15 | 362 | 105 | 74 |
| Binary | 1011000 | 1010011 | 11011111 | 111101 | 111111 | 0 | 1101 | 11110010 | 1000101 | 111100 |
Color Harmonies of #5853DF
Complementary color
Monochromatic Colors of #5853DF
Black with #5853DF
Text Example
Text Example
White with #5853DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5853DF; }
p { color: rgb(88,83,223); }
H1.HeaderClassName
{
color: #5853DF;
}
.AnyTagClassName
{
color: #5853DF;
}
</style>
background-color css
<style>
a { background-color: #5853DF; }
a { background-color: rgb(88,83,223); }
div.DivClassName
{
background-color: #5853DF;
}
.BgClassName
{
background-color: #5853DF;
}
</style>
border-color css
<style>
span { border-color: #5853DF; }
span { border-color: rgb(88,83,223); }
td.TdClassName
{
border-color: #5853DF;
}
.TagClassName
{
border-color: #5853DF;
}
</style>