Shades of Slate Blue #5B56CE
Tints of Slate Blue #5B56CE
RGB
CMYK
RGB Variations
Color information
#5B56CE (or 0x5B56CE) is known color: Slate Blue. HEX triplet: 5B, 56 and CE. RGB value is (91,86,206). Sum of RGB (Red+Green+Blue) = 91+86+206=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B56CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B56CE is #A4A931. Grayscale: #646464. Windows color (decimal): -10791218 or 13522523. OLE color: 13522523.
HSL color Cylindrical-coordinate representation of color #5B56CE: hue angle of 242.5º 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 #5B56CE is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 86 | 206 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.19 |
| HSL | 242.5º | 0.55% | 0.57% | - |
| HSV(B) | 242.5º | 0.58% | 0.81% | - |
| XYZ | 18.78 | 13.34 | 59.98 | - |
| YUV | 101.18 | 187.16 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 206 | 0.56 | 0.58 | 0 | 0.19 | 242.5 | 0.55 | 0.57 |
| Hex | 5B | 56 | CE | 38 | 3A | 0 | 13 | F2 | 37 | 39 |
| Octal | 133 | 126 | 316 | 70 | 72 | 0 | 23 | 362 | 67 | 71 |
| Binary | 1011011 | 1010110 | 11001110 | 111000 | 111010 | 0 | 10011 | 11110010 | 110111 | 111001 |
Color Harmonies of #5B56CE
Complementary color
Monochromatic Colors of #5B56CE
Black with #5B56CE
Text Example
Text Example
White with #5B56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B56CE; }
p { color: rgb(91,86,206); }
H1.HeaderClassName
{
color: #5B56CE;
}
.AnyTagClassName
{
color: #5B56CE;
}
</style>
background-color css
<style>
a { background-color: #5B56CE; }
a { background-color: rgb(91,86,206); }
div.DivClassName
{
background-color: #5B56CE;
}
.BgClassName
{
background-color: #5B56CE;
}
</style>
border-color css
<style>
span { border-color: #5B56CE; }
span { border-color: rgb(91,86,206); }
td.TdClassName
{
border-color: #5B56CE;
}
.TagClassName
{
border-color: #5B56CE;
}
</style>