Shades of Slate Blue #5756DF
Tints of Slate Blue #5756DF
RGB
CMYK
RGB Variations
Color information
#5756DF (or 0x5756DF) is known color: Slate Blue. HEX triplet: 57, 56 and DF. RGB value is (87,86,223). Sum of RGB (Red+Green+Blue) = 87+86+223=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #5756DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5756DF is #A8A920. Grayscale: #656565. Windows color (decimal): -11053345 or 14636631. OLE color: 14636631.
HSL color Cylindrical-coordinate representation of color #5756DF: hue angle of 240.44º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5756DF is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 86 | 223 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.13 |
| HSL | 240.44º | 0.68% | 0.61% | - |
| HSV(B) | 240.44º | 0.61% | 0.87% | - |
| XYZ | 20.58 | 14.01 | 71.43 | - |
| YUV | 101.92 | 196.33 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 223 | 0.61 | 0.61 | 0 | 0.13 | 240.44 | 0.68 | 0.61 |
| Hex | 57 | 56 | DF | 3D | 3D | 0 | D | F0 | 44 | 3D |
| Octal | 127 | 126 | 337 | 75 | 75 | 0 | 15 | 360 | 104 | 75 |
| Binary | 1010111 | 1010110 | 11011111 | 111101 | 111101 | 0 | 1101 | 11110000 | 1000100 | 111101 |
Color Harmonies of #5756DF
Complementary color
Monochromatic Colors of #5756DF
Black with #5756DF
Text Example
Text Example
White with #5756DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5756DF; }
p { color: rgb(87,86,223); }
H1.HeaderClassName
{
color: #5756DF;
}
.AnyTagClassName
{
color: #5756DF;
}
</style>
background-color css
<style>
a { background-color: #5756DF; }
a { background-color: rgb(87,86,223); }
div.DivClassName
{
background-color: #5756DF;
}
.BgClassName
{
background-color: #5756DF;
}
</style>
border-color css
<style>
span { border-color: #5756DF; }
span { border-color: rgb(87,86,223); }
td.TdClassName
{
border-color: #5756DF;
}
.TagClassName
{
border-color: #5756DF;
}
</style>