Shades of Slate Blue #5955DF
Tints of Slate Blue #5955DF
RGB
CMYK
RGB Variations
Color information
#5955DF (or 0x5955DF) is known color: Slate Blue. HEX triplet: 59, 55 and DF. RGB value is (89,85,223). Sum of RGB (Red+Green+Blue) = 89+85+223=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #5955DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5955DF is #A6AA20. Grayscale: #656565. Windows color (decimal): -10922529 or 14636377. OLE color: 14636377.
HSL color Cylindrical-coordinate representation of color #5955DF: 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 #5955DF is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 85 | 223 | - |
| 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.69 | 13.95 | 71.41 | - |
| YUV | 101.93 | 196.33 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 223 | 0.60 | 0.62 | 0 | 0.13 | 241.74 | 0.68 | 0.6 |
| Hex | 59 | 55 | DF | 3C | 3E | 0 | D | F2 | 44 | 3C |
| Octal | 131 | 125 | 337 | 74 | 76 | 0 | 15 | 362 | 104 | 74 |
| Binary | 1011001 | 1010101 | 11011111 | 111100 | 111110 | 0 | 1101 | 11110010 | 1000100 | 111100 |
Color Harmonies of #5955DF
Complementary color
Monochromatic Colors of #5955DF
Black with #5955DF
Text Example
Text Example
White with #5955DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5955DF; }
p { color: rgb(89,85,223); }
H1.HeaderClassName
{
color: #5955DF;
}
.AnyTagClassName
{
color: #5955DF;
}
</style>
background-color css
<style>
a { background-color: #5955DF; }
a { background-color: rgb(89,85,223); }
div.DivClassName
{
background-color: #5955DF;
}
.BgClassName
{
background-color: #5955DF;
}
</style>
border-color css
<style>
span { border-color: #5955DF; }
span { border-color: rgb(89,85,223); }
td.TdClassName
{
border-color: #5955DF;
}
.TagClassName
{
border-color: #5955DF;
}
</style>