Shades of Slate Blue #5957DC
Tints of Slate Blue #5957DC
RGB
CMYK
RGB Variations
Color information
#5957DC (or 0x5957DC) is known color: Slate Blue. HEX triplet: 59, 57 and DC. RGB value is (89,87,220). Sum of RGB (Red+Green+Blue) = 89+87+220=396 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.47% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #5957DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5957DC is #A6A823. Grayscale: #666666. Windows color (decimal): -10922020 or 14440281. OLE color: 14440281.
HSL color Cylindrical-coordinate representation of color #5957DC: hue angle of 240.9º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5957DC is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 87 | 220 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.14 |
| HSL | 240.9º | 0.66% | 0.6% | - |
| HSV(B) | 240.9º | 0.6% | 0.86% | - |
| XYZ | 20.45 | 14.11 | 69.36 | - |
| YUV | 102.76 | 194.16 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 220 | 0.60 | 0.60 | 0 | 0.14 | 240.9 | 0.66 | 0.6 |
| Hex | 59 | 57 | DC | 3C | 3C | 0 | E | F1 | 42 | 3C |
| Octal | 131 | 127 | 334 | 74 | 74 | 0 | 16 | 361 | 102 | 74 |
| Binary | 1011001 | 1010111 | 11011100 | 111100 | 111100 | 0 | 1110 | 11110001 | 1000010 | 111100 |
Color Harmonies of #5957DC
Complementary color
Monochromatic Colors of #5957DC
Black with #5957DC
Text Example
Text Example
White with #5957DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5957DC; }
p { color: rgb(89,87,220); }
H1.HeaderClassName
{
color: #5957DC;
}
.AnyTagClassName
{
color: #5957DC;
}
</style>
background-color css
<style>
a { background-color: #5957DC; }
a { background-color: rgb(89,87,220); }
div.DivClassName
{
background-color: #5957DC;
}
.BgClassName
{
background-color: #5957DC;
}
</style>
border-color css
<style>
span { border-color: #5957DC; }
span { border-color: rgb(89,87,220); }
td.TdClassName
{
border-color: #5957DC;
}
.TagClassName
{
border-color: #5957DC;
}
</style>