Shades of Slate Blue #5C56E0
Tints of Slate Blue #5C56E0
RGB
CMYK
RGB Variations
Color information
#5C56E0 (or 0x5C56E0) is known color: Slate Blue. HEX triplet: 5C, 56 and E0. RGB value is (92,86,224). Sum of RGB (Red+Green+Blue) = 92+86+224=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #5C56E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C56E0 is #A3A91F. Grayscale: #666666. Windows color (decimal): -10725664 or 14702172. OLE color: 14702172.
HSL color Cylindrical-coordinate representation of color #5C56E0: hue angle of 242.61º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C56E0 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 86 | 224 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.12 |
| HSL | 242.61º | 0.69% | 0.61% | - |
| HSV(B) | 242.61º | 0.62% | 0.88% | - |
| XYZ | 21.2 | 14.31 | 72.17 | - |
| YUV | 103.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 224 | 0.59 | 0.62 | 0 | 0.12 | 242.61 | 0.69 | 0.61 |
| Hex | 5C | 56 | E0 | 3B | 3E | 0 | C | F3 | 45 | 3D |
| Octal | 134 | 126 | 340 | 73 | 76 | 0 | 14 | 363 | 105 | 75 |
| Binary | 1011100 | 1010110 | 11100000 | 111011 | 111110 | 0 | 1100 | 11110011 | 1000101 | 111101 |
Color Harmonies of #5C56E0
Complementary color
Monochromatic Colors of #5C56E0
Black with #5C56E0
Text Example
Text Example
White with #5C56E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C56E0; }
p { color: rgb(92,86,224); }
H1.HeaderClassName
{
color: #5C56E0;
}
.AnyTagClassName
{
color: #5C56E0;
}
</style>
background-color css
<style>
a { background-color: #5C56E0; }
a { background-color: rgb(92,86,224); }
div.DivClassName
{
background-color: #5C56E0;
}
.BgClassName
{
background-color: #5C56E0;
}
</style>
border-color css
<style>
span { border-color: #5C56E0; }
span { border-color: rgb(92,86,224); }
td.TdClassName
{
border-color: #5C56E0;
}
.TagClassName
{
border-color: #5C56E0;
}
</style>