Shades of Slate Blue #5657DF
Tints of Slate Blue #5657DF
RGB
CMYK
RGB Variations
Color information
#5657DF (or 0x5657DF) is known color: Slate Blue. HEX triplet: 56, 57 and DF. RGB value is (86,87,223). Sum of RGB (Red+Green+Blue) = 86+87+223=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 87 (34.38% from 255 or 21.97% 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 #5657DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5657DF is #A9A820. Grayscale: #656565. Windows color (decimal): -11118625 or 14636886. OLE color: 14636886.
HSL color Cylindrical-coordinate representation of color #5657DF: hue angle of 239.56º 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 #5657DF is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 87 | 223 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.13 |
| HSL | 239.56º | 0.68% | 0.61% | - |
| HSV(B) | 239.56º | 0.61% | 0.87% | - |
| XYZ | 20.57 | 14.12 | 71.45 | - |
| YUV | 102.21 | 196.17 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 223 | 0.61 | 0.61 | 0 | 0.13 | 239.56 | 0.68 | 0.61 |
| Hex | 56 | 57 | DF | 3D | 3D | 0 | D | F0 | 44 | 3D |
| Octal | 126 | 127 | 337 | 75 | 75 | 0 | 15 | 360 | 104 | 75 |
| Binary | 1010110 | 1010111 | 11011111 | 111101 | 111101 | 0 | 1101 | 11110000 | 1000100 | 111101 |
Color Harmonies of #5657DF
Complementary color
Monochromatic Colors of #5657DF
Black with #5657DF
Text Example
Text Example
White with #5657DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5657DF; }
p { color: rgb(86,87,223); }
H1.HeaderClassName
{
color: #5657DF;
}
.AnyTagClassName
{
color: #5657DF;
}
</style>
background-color css
<style>
a { background-color: #5657DF; }
a { background-color: rgb(86,87,223); }
div.DivClassName
{
background-color: #5657DF;
}
.BgClassName
{
background-color: #5657DF;
}
</style>
border-color css
<style>
span { border-color: #5657DF; }
span { border-color: rgb(86,87,223); }
td.TdClassName
{
border-color: #5657DF;
}
.TagClassName
{
border-color: #5657DF;
}
</style>