Shades of Slate Blue #5E5BDC
Tints of Slate Blue #5E5BDC
RGB
CMYK
RGB Variations
Color information
#5E5BDC (or 0x5E5BDC) is known color: Slate Blue. HEX triplet: 5E, 5B and DC. RGB value is (94,91,220). Sum of RGB (Red+Green+Blue) = 94+91+220=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E5BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BDC is #A1A423. Grayscale: #6A6A6A. Windows color (decimal): -10593316 or 14441310. OLE color: 14441310.
HSL color Cylindrical-coordinate representation of color #5E5BDC: hue angle of 241.4º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E5BDC is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 91 | 220 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.14 |
| HSL | 241.4º | 0.65% | 0.61% | - |
| HSV(B) | 241.4º | 0.59% | 0.86% | - |
| XYZ | 21.28 | 15.03 | 69.49 | - |
| YUV | 106.6 | 191.99 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 91 | 220 | 0.57 | 0.59 | 0 | 0.14 | 241.4 | 0.65 | 0.61 |
| Hex | 5E | 5B | DC | 39 | 3B | 0 | E | F1 | 41 | 3D |
| Octal | 136 | 133 | 334 | 71 | 73 | 0 | 16 | 361 | 101 | 75 |
| Binary | 1011110 | 1011011 | 11011100 | 111001 | 111011 | 0 | 1110 | 11110001 | 1000001 | 111101 |
Color Harmonies of #5E5BDC
Complementary color
Monochromatic Colors of #5E5BDC
Black with #5E5BDC
Text Example
Text Example
White with #5E5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5BDC; }
p { color: rgb(94,91,220); }
H1.HeaderClassName
{
color: #5E5BDC;
}
.AnyTagClassName
{
color: #5E5BDC;
}
</style>
background-color css
<style>
a { background-color: #5E5BDC; }
a { background-color: rgb(94,91,220); }
div.DivClassName
{
background-color: #5E5BDC;
}
.BgClassName
{
background-color: #5E5BDC;
}
</style>
border-color css
<style>
span { border-color: #5E5BDC; }
span { border-color: rgb(94,91,220); }
td.TdClassName
{
border-color: #5E5BDC;
}
.TagClassName
{
border-color: #5E5BDC;
}
</style>