Shades of Slate Blue #5B56CB
Tints of Slate Blue #5B56CB
RGB
CMYK
RGB Variations
Color information
#5B56CB (or 0x5B56CB) is known color: Slate Blue. HEX triplet: 5B, 56 and CB. RGB value is (91,86,203). Sum of RGB (Red+Green+Blue) = 91+86+203=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B56CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B56CB is #A4A934. Grayscale: #646464. Windows color (decimal): -10791221 or 13325915. OLE color: 13325915.
HSL color Cylindrical-coordinate representation of color #5B56CB: hue angle of 242.56º 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 #5B56CB is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 86 | 203 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.20 |
| HSL | 242.56º | 0.53% | 0.57% | - |
| HSV(B) | 242.56º | 0.58% | 0.8% | - |
| XYZ | 18.42 | 13.19 | 58.08 | - |
| YUV | 100.83 | 185.66 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 203 | 0.55 | 0.58 | 0 | 0.20 | 242.56 | 0.53 | 0.57 |
| Hex | 5B | 56 | CB | 37 | 3A | 0 | 14 | F3 | 35 | 39 |
| Octal | 133 | 126 | 313 | 67 | 72 | 0 | 24 | 363 | 65 | 71 |
| Binary | 1011011 | 1010110 | 11001011 | 110111 | 111010 | 0 | 10100 | 11110011 | 110101 | 111001 |
Color Harmonies of #5B56CB
Complementary color
Monochromatic Colors of #5B56CB
Black with #5B56CB
Text Example
Text Example
White with #5B56CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B56CB; }
p { color: rgb(91,86,203); }
H1.HeaderClassName
{
color: #5B56CB;
}
.AnyTagClassName
{
color: #5B56CB;
}
</style>
background-color css
<style>
a { background-color: #5B56CB; }
a { background-color: rgb(91,86,203); }
div.DivClassName
{
background-color: #5B56CB;
}
.BgClassName
{
background-color: #5B56CB;
}
</style>
border-color css
<style>
span { border-color: #5B56CB; }
span { border-color: rgb(91,86,203); }
td.TdClassName
{
border-color: #5B56CB;
}
.TagClassName
{
border-color: #5B56CB;
}
</style>