Shades of Slate Blue #5C56CE
Tints of Slate Blue #5C56CE
RGB
CMYK
RGB Variations
Color information
#5C56CE (or 0x5C56CE) is known color: Slate Blue. HEX triplet: 5C, 56 and CE. RGB value is (92,86,206). Sum of RGB (Red+Green+Blue) = 92+86+206=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C56CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C56CE is #A3A931. Grayscale: #646464. Windows color (decimal): -10725682 or 13522524. OLE color: 13522524.
HSL color Cylindrical-coordinate representation of color #5C56CE: hue angle of 243º 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 #5C56CE is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 86 | 206 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.19 |
| HSL | 243º | 0.55% | 0.57% | - |
| HSV(B) | 243º | 0.58% | 0.81% | - |
| XYZ | 18.88 | 13.39 | 59.98 | - |
| YUV | 101.47 | 186.99 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 206 | 0.55 | 0.58 | 0 | 0.19 | 243 | 0.55 | 0.57 |
| Hex | 5C | 56 | CE | 37 | 3A | 0 | 13 | F3 | 37 | 39 |
| Octal | 134 | 126 | 316 | 67 | 72 | 0 | 23 | 363 | 67 | 71 |
| Binary | 1011100 | 1010110 | 11001110 | 110111 | 111010 | 0 | 10011 | 11110011 | 110111 | 111001 |
Color Harmonies of #5C56CE
Complementary color
Monochromatic Colors of #5C56CE
Black with #5C56CE
Text Example
Text Example
White with #5C56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C56CE; }
p { color: rgb(92,86,206); }
H1.HeaderClassName
{
color: #5C56CE;
}
.AnyTagClassName
{
color: #5C56CE;
}
</style>
background-color css
<style>
a { background-color: #5C56CE; }
a { background-color: rgb(92,86,206); }
div.DivClassName
{
background-color: #5C56CE;
}
.BgClassName
{
background-color: #5C56CE;
}
</style>
border-color css
<style>
span { border-color: #5C56CE; }
span { border-color: rgb(92,86,206); }
td.TdClassName
{
border-color: #5C56CE;
}
.TagClassName
{
border-color: #5C56CE;
}
</style>