Shades of Slate Blue #5B5ECB
Tints of Slate Blue #5B5ECB
RGB
CMYK
RGB Variations
Color information
#5B5ECB (or 0x5B5ECB) is known color: Slate Blue. HEX triplet: 5B, 5E and CB. RGB value is (91,94,203). Sum of RGB (Red+Green+Blue) = 91+94+203=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B5ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5ECB is #A4A134. Grayscale: #696969. Windows color (decimal): -10789173 or 13327963. OLE color: 13327963.
HSL color Cylindrical-coordinate representation of color #5B5ECB: hue angle of 238.39º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B5ECB is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 94 | 203 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.20 |
| HSL | 238.39º | 0.52% | 0.58% | - |
| HSV(B) | 238.39º | 0.55% | 0.8% | - |
| XYZ | 19.1 | 14.54 | 58.3 | - |
| YUV | 105.53 | 183.01 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 203 | 0.55 | 0.54 | 0 | 0.20 | 238.39 | 0.52 | 0.58 |
| Hex | 5B | 5E | CB | 37 | 36 | 0 | 14 | EE | 34 | 3A |
| Octal | 133 | 136 | 313 | 67 | 66 | 0 | 24 | 356 | 64 | 72 |
| Binary | 1011011 | 1011110 | 11001011 | 110111 | 110110 | 0 | 10100 | 11101110 | 110100 | 111010 |
Color Harmonies of #5B5ECB
Complementary color
Monochromatic Colors of #5B5ECB
Black with #5B5ECB
Text Example
Text Example
White with #5B5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5ECB; }
p { color: rgb(91,94,203); }
H1.HeaderClassName
{
color: #5B5ECB;
}
.AnyTagClassName
{
color: #5B5ECB;
}
</style>
background-color css
<style>
a { background-color: #5B5ECB; }
a { background-color: rgb(91,94,203); }
div.DivClassName
{
background-color: #5B5ECB;
}
.BgClassName
{
background-color: #5B5ECB;
}
</style>
border-color css
<style>
span { border-color: #5B5ECB; }
span { border-color: rgb(91,94,203); }
td.TdClassName
{
border-color: #5B5ECB;
}
.TagClassName
{
border-color: #5B5ECB;
}
</style>