Shades of Slate Blue #5E5BCF
Tints of Slate Blue #5E5BCF
RGB
CMYK
RGB Variations
Color information
#5E5BCF (or 0x5E5BCF) is known color: Slate Blue. HEX triplet: 5E, 5B and CF. RGB value is (94,91,207). Sum of RGB (Red+Green+Blue) = 94+91+207=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E5BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BCF is #A1A430. Grayscale: #686868. Windows color (decimal): -10593329 or 13589342. OLE color: 13589342.
HSL color Cylindrical-coordinate representation of color #5E5BCF: hue angle of 241.55º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E5BCF is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 91 | 207 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.19 |
| HSL | 241.55º | 0.55% | 0.58% | - |
| HSV(B) | 241.55º | 0.56% | 0.81% | - |
| XYZ | 19.62 | 14.37 | 60.77 | - |
| YUV | 105.12 | 185.49 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 91 | 207 | 0.55 | 0.56 | 0 | 0.19 | 241.55 | 0.55 | 0.58 |
| Hex | 5E | 5B | CF | 37 | 38 | 0 | 13 | F2 | 37 | 3A |
| Octal | 136 | 133 | 317 | 67 | 70 | 0 | 23 | 362 | 67 | 72 |
| Binary | 1011110 | 1011011 | 11001111 | 110111 | 111000 | 0 | 10011 | 11110010 | 110111 | 111010 |
Color Harmonies of #5E5BCF
Complementary color
Monochromatic Colors of #5E5BCF
Black with #5E5BCF
Text Example
Text Example
White with #5E5BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5BCF; }
p { color: rgb(94,91,207); }
H1.HeaderClassName
{
color: #5E5BCF;
}
.AnyTagClassName
{
color: #5E5BCF;
}
</style>
background-color css
<style>
a { background-color: #5E5BCF; }
a { background-color: rgb(94,91,207); }
div.DivClassName
{
background-color: #5E5BCF;
}
.BgClassName
{
background-color: #5E5BCF;
}
</style>
border-color css
<style>
span { border-color: #5E5BCF; }
span { border-color: rgb(94,91,207); }
td.TdClassName
{
border-color: #5E5BCF;
}
.TagClassName
{
border-color: #5E5BCF;
}
</style>