Shades of Slate Blue #5E5BBF
Tints of Slate Blue #5E5BBF
RGB
CMYK
RGB Variations
Color information
#5E5BBF (or 0x5E5BBF) is known color: Slate Blue. HEX triplet: 5E, 5B and BF. RGB value is (94,91,191). Sum of RGB (Red+Green+Blue) = 94+91+191=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E5BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BBF is #A1A440. Grayscale: #666666. Windows color (decimal): -10593345 or 12540766. OLE color: 12540766.
HSL color Cylindrical-coordinate representation of color #5E5BBF: hue angle of 241.8º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E5BBF is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 91 | 191 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.25 |
| HSL | 241.8º | 0.44% | 0.55% | - |
| HSV(B) | 241.8º | 0.52% | 0.75% | - |
| XYZ | 17.76 | 13.62 | 50.98 | - |
| YUV | 103.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 91 | 191 | 0.51 | 0.52 | 0 | 0.25 | 241.8 | 0.44 | 0.55 |
| Hex | 5E | 5B | BF | 33 | 34 | 0 | 19 | F2 | 2C | 37 |
| Octal | 136 | 133 | 277 | 63 | 64 | 0 | 31 | 362 | 54 | 67 |
| Binary | 1011110 | 1011011 | 10111111 | 110011 | 110100 | 0 | 11001 | 11110010 | 101100 | 110111 |
Color Harmonies of #5E5BBF
Complementary color
Monochromatic Colors of #5E5BBF
Black with #5E5BBF
Text Example
Text Example
White with #5E5BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5BBF; }
p { color: rgb(94,91,191); }
H1.HeaderClassName
{
color: #5E5BBF;
}
.AnyTagClassName
{
color: #5E5BBF;
}
</style>
background-color css
<style>
a { background-color: #5E5BBF; }
a { background-color: rgb(94,91,191); }
div.DivClassName
{
background-color: #5E5BBF;
}
.BgClassName
{
background-color: #5E5BBF;
}
</style>
border-color css
<style>
span { border-color: #5E5BBF; }
span { border-color: rgb(94,91,191); }
td.TdClassName
{
border-color: #5E5BBF;
}
.TagClassName
{
border-color: #5E5BBF;
}
</style>