Shades of Slate Blue #5C56C9
Tints of Slate Blue #5C56C9
RGB
CMYK
RGB Variations
Color information
#5C56C9 (or 0x5C56C9) is known color: Slate Blue. HEX triplet: 5C, 56 and C9. RGB value is (92,86,201). Sum of RGB (Red+Green+Blue) = 92+86+201=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #5C56C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C56C9 is #A3A936. Grayscale: #646464. Windows color (decimal): -10725687 or 13194844. OLE color: 13194844.
HSL color Cylindrical-coordinate representation of color #5C56C9: hue angle of 243.13º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C56C9 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 86 | 201 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.21 |
| HSL | 243.13º | 0.52% | 0.56% | - |
| HSV(B) | 243.13º | 0.57% | 0.79% | - |
| XYZ | 18.28 | 13.15 | 56.83 | - |
| YUV | 100.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 201 | 0.54 | 0.57 | 0 | 0.21 | 243.13 | 0.52 | 0.56 |
| Hex | 5C | 56 | C9 | 36 | 39 | 0 | 15 | F3 | 34 | 38 |
| Octal | 134 | 126 | 311 | 66 | 71 | 0 | 25 | 363 | 64 | 70 |
| Binary | 1011100 | 1010110 | 11001001 | 110110 | 111001 | 0 | 10101 | 11110011 | 110100 | 111000 |
Color Harmonies of #5C56C9
Complementary color
Monochromatic Colors of #5C56C9
Black with #5C56C9
Text Example
Text Example
White with #5C56C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C56C9; }
p { color: rgb(92,86,201); }
H1.HeaderClassName
{
color: #5C56C9;
}
.AnyTagClassName
{
color: #5C56C9;
}
</style>
background-color css
<style>
a { background-color: #5C56C9; }
a { background-color: rgb(92,86,201); }
div.DivClassName
{
background-color: #5C56C9;
}
.BgClassName
{
background-color: #5C56C9;
}
</style>
border-color css
<style>
span { border-color: #5C56C9; }
span { border-color: rgb(92,86,201); }
td.TdClassName
{
border-color: #5C56C9;
}
.TagClassName
{
border-color: #5C56C9;
}
</style>