Shades of Slate Blue #5C56CB
Tints of Slate Blue #5C56CB
RGB
CMYK
RGB Variations
Color information
#5C56CB (or 0x5C56CB) is known color: Slate Blue. HEX triplet: 5C, 56 and CB. RGB value is (92,86,203). Sum of RGB (Red+Green+Blue) = 92+86+203=381 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.15% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C56CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C56CB is #A3A934. Grayscale: #646464. Windows color (decimal): -10725685 or 13325916. OLE color: 13325916.
HSL color Cylindrical-coordinate representation of color #5C56CB: hue angle of 243.08º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C56CB is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 86 | 203 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.20 |
| HSL | 243.08º | 0.53% | 0.57% | - |
| HSV(B) | 243.08º | 0.58% | 0.8% | - |
| XYZ | 18.52 | 13.24 | 58.08 | - |
| YUV | 101.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 203 | 0.55 | 0.58 | 0 | 0.20 | 243.08 | 0.53 | 0.57 |
| Hex | 5C | 56 | CB | 37 | 3A | 0 | 14 | F3 | 35 | 39 |
| Octal | 134 | 126 | 313 | 67 | 72 | 0 | 24 | 363 | 65 | 71 |
| Binary | 1011100 | 1010110 | 11001011 | 110111 | 111010 | 0 | 10100 | 11110011 | 110101 | 111001 |
Color Harmonies of #5C56CB
Complementary color
Monochromatic Colors of #5C56CB
Black with #5C56CB
Text Example
Text Example
White with #5C56CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C56CB; }
p { color: rgb(92,86,203); }
H1.HeaderClassName
{
color: #5C56CB;
}
.AnyTagClassName
{
color: #5C56CB;
}
</style>
background-color css
<style>
a { background-color: #5C56CB; }
a { background-color: rgb(92,86,203); }
div.DivClassName
{
background-color: #5C56CB;
}
.BgClassName
{
background-color: #5C56CB;
}
</style>
border-color css
<style>
span { border-color: #5C56CB; }
span { border-color: rgb(92,86,203); }
td.TdClassName
{
border-color: #5C56CB;
}
.TagClassName
{
border-color: #5C56CB;
}
</style>