Shades of Slate Blue #5E5BCD
Tints of Slate Blue #5E5BCD
RGB
CMYK
RGB Variations
Color information
#5E5BCD (or 0x5E5BCD) is known color: Slate Blue. HEX triplet: 5E, 5B and CD. RGB value is (94,91,205). Sum of RGB (Red+Green+Blue) = 94+91+205=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E5BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5BCD is #A1A432. Grayscale: #686868. Windows color (decimal): -10593331 or 13458270. OLE color: 13458270.
HSL color Cylindrical-coordinate representation of color #5E5BCD: hue angle of 241.58º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E5BCD is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 91 | 205 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.20 |
| HSL | 241.58º | 0.53% | 0.58% | - |
| HSV(B) | 241.58º | 0.56% | 0.8% | - |
| XYZ | 19.38 | 14.27 | 59.49 | - |
| YUV | 104.89 | 184.49 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 91 | 205 | 0.54 | 0.56 | 0 | 0.20 | 241.58 | 0.53 | 0.58 |
| Hex | 5E | 5B | CD | 36 | 38 | 0 | 14 | F2 | 35 | 3A |
| Octal | 136 | 133 | 315 | 66 | 70 | 0 | 24 | 362 | 65 | 72 |
| Binary | 1011110 | 1011011 | 11001101 | 110110 | 111000 | 0 | 10100 | 11110010 | 110101 | 111010 |
Color Harmonies of #5E5BCD
Complementary color
Monochromatic Colors of #5E5BCD
Black with #5E5BCD
Text Example
Text Example
White with #5E5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5BCD; }
p { color: rgb(94,91,205); }
H1.HeaderClassName
{
color: #5E5BCD;
}
.AnyTagClassName
{
color: #5E5BCD;
}
</style>
background-color css
<style>
a { background-color: #5E5BCD; }
a { background-color: rgb(94,91,205); }
div.DivClassName
{
background-color: #5E5BCD;
}
.BgClassName
{
background-color: #5E5BCD;
}
</style>
border-color css
<style>
span { border-color: #5E5BCD; }
span { border-color: rgb(94,91,205); }
td.TdClassName
{
border-color: #5E5BCD;
}
.TagClassName
{
border-color: #5E5BCD;
}
</style>