Shades of Slate Blue #5B5EE3
Tints of Slate Blue #5B5EE3
RGB
CMYK
RGB Variations
Color information
#5B5EE3 (or 0x5B5EE3) is known color: Slate Blue. HEX triplet: 5B, 5E and E3. RGB value is (91,94,227). Sum of RGB (Red+Green+Blue) = 91+94+227=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 227 (89.06% from 255 or 55.10% from 412); Max value from RGB is 227 - color contains mainly: blue. Hex color #5B5EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5EE3 is #A4A11C. Grayscale: #6B6B6B. Windows color (decimal): -10789149 or 14900827. OLE color: 14900827.
HSL color Cylindrical-coordinate representation of color #5B5EE3: hue angle of 238.68º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B5EE3 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 91 | 94 | 227 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.11 |
| HSL | 238.68º | 0.71% | 0.62% | - |
| HSV(B) | 238.68º | 0.6% | 0.89% | - |
| XYZ | 22.18 | 15.78 | 74.55 | - |
| YUV | 108.27 | 195.01 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 227 | 0.60 | 0.59 | 0 | 0.11 | 238.68 | 0.71 | 0.62 |
| Hex | 5B | 5E | E3 | 3C | 3B | 0 | B | EF | 47 | 3E |
| Octal | 133 | 136 | 343 | 74 | 73 | 0 | 13 | 357 | 107 | 76 |
| Binary | 1011011 | 1011110 | 11100011 | 111100 | 111011 | 0 | 1011 | 11101111 | 1000111 | 111110 |
Color Harmonies of #5B5EE3
Complementary color
Monochromatic Colors of #5B5EE3
Black with #5B5EE3
Text Example
Text Example
White with #5B5EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5EE3; }
p { color: rgb(91,94,227); }
H1.HeaderClassName
{
color: #5B5EE3;
}
.AnyTagClassName
{
color: #5B5EE3;
}
</style>
background-color css
<style>
a { background-color: #5B5EE3; }
a { background-color: rgb(91,94,227); }
div.DivClassName
{
background-color: #5B5EE3;
}
.BgClassName
{
background-color: #5B5EE3;
}
</style>
border-color css
<style>
span { border-color: #5B5EE3; }
span { border-color: rgb(91,94,227); }
td.TdClassName
{
border-color: #5B5EE3;
}
.TagClassName
{
border-color: #5B5EE3;
}
</style>