Shades of Slate Blue #5657DD
Tints of Slate Blue #5657DD
RGB
CMYK
RGB Variations
Color information
#5657DD (or 0x5657DD) is known color: Slate Blue. HEX triplet: 56, 57 and DD. RGB value is (86,87,221). Sum of RGB (Red+Green+Blue) = 86+87+221=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #5657DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5657DD is #A9A822. Grayscale: #656565. Windows color (decimal): -11118627 or 14505814. OLE color: 14505814.
HSL color Cylindrical-coordinate representation of color #5657DD: hue angle of 239.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5657DD is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 87 | 221 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.13 |
| HSL | 239.56º | 0.67% | 0.6% | - |
| HSV(B) | 239.56º | 0.61% | 0.87% | - |
| XYZ | 20.3 | 14.02 | 70.04 | - |
| YUV | 101.98 | 195.17 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 221 | 0.61 | 0.61 | 0 | 0.13 | 239.56 | 0.67 | 0.6 |
| Hex | 56 | 57 | DD | 3D | 3D | 0 | D | F0 | 43 | 3C |
| Octal | 126 | 127 | 335 | 75 | 75 | 0 | 15 | 360 | 103 | 74 |
| Binary | 1010110 | 1010111 | 11011101 | 111101 | 111101 | 0 | 1101 | 11110000 | 1000011 | 111100 |
Color Harmonies of #5657DD
Complementary color
Monochromatic Colors of #5657DD
Black with #5657DD
Text Example
Text Example
White with #5657DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5657DD; }
p { color: rgb(86,87,221); }
H1.HeaderClassName
{
color: #5657DD;
}
.AnyTagClassName
{
color: #5657DD;
}
</style>
background-color css
<style>
a { background-color: #5657DD; }
a { background-color: rgb(86,87,221); }
div.DivClassName
{
background-color: #5657DD;
}
.BgClassName
{
background-color: #5657DD;
}
</style>
border-color css
<style>
span { border-color: #5657DD; }
span { border-color: rgb(86,87,221); }
td.TdClassName
{
border-color: #5657DD;
}
.TagClassName
{
border-color: #5657DD;
}
</style>