Shades of Slate Blue #5656CE
Tints of Slate Blue #5656CE
RGB
CMYK
RGB Variations
Color information
#5656CE (or 0x5656CE) is known color: Slate Blue. HEX triplet: 56, 56 and CE. RGB value is (86,86,206). Sum of RGB (Red+Green+Blue) = 86+86+206=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #5656CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5656CE is #A9A931. Grayscale: #636363. Windows color (decimal): -11118898 or 13522518. OLE color: 13522518.
HSL color Cylindrical-coordinate representation of color #5656CE: hue angle of 240º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5656CE is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 86 | 206 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.19 |
| HSL | 240º | 0.55% | 0.57% | - |
| HSV(B) | 240º | 0.58% | 0.81% | - |
| XYZ | 18.31 | 13.09 | 59.95 | - |
| YUV | 99.68 | 188 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 206 | 0.58 | 0.58 | 0 | 0.19 | 240 | 0.55 | 0.57 |
| Hex | 56 | 56 | CE | 3A | 3A | 0 | 13 | F0 | 37 | 39 |
| Octal | 126 | 126 | 316 | 72 | 72 | 0 | 23 | 360 | 67 | 71 |
| Binary | 1010110 | 1010110 | 11001110 | 111010 | 111010 | 0 | 10011 | 11110000 | 110111 | 111001 |
Color Harmonies of #5656CE
Complementary color
Monochromatic Colors of #5656CE
Black with #5656CE
Text Example
Text Example
White with #5656CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5656CE; }
p { color: rgb(86,86,206); }
H1.HeaderClassName
{
color: #5656CE;
}
.AnyTagClassName
{
color: #5656CE;
}
</style>
background-color css
<style>
a { background-color: #5656CE; }
a { background-color: rgb(86,86,206); }
div.DivClassName
{
background-color: #5656CE;
}
.BgClassName
{
background-color: #5656CE;
}
</style>
border-color css
<style>
span { border-color: #5656CE; }
span { border-color: rgb(86,86,206); }
td.TdClassName
{
border-color: #5656CE;
}
.TagClassName
{
border-color: #5656CE;
}
</style>