Shades of Slate Blue #5B5ECD
Tints of Slate Blue #5B5ECD
RGB
CMYK
RGB Variations
Color information
#5B5ECD (or 0x5B5ECD) is known color: Slate Blue. HEX triplet: 5B, 5E and CD. RGB value is (91,94,205). Sum of RGB (Red+Green+Blue) = 91+94+205=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 94 (37.11% from 255 or 24.10% 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 #5B5ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5ECD is #A4A132. Grayscale: #696969. Windows color (decimal): -10789171 or 13459035. OLE color: 13459035.
HSL color Cylindrical-coordinate representation of color #5B5ECD: hue angle of 238.42º 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 #5B5ECD is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 94 | 205 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.20 |
| HSL | 238.42º | 0.53% | 0.58% | - |
| HSV(B) | 238.42º | 0.56% | 0.8% | - |
| XYZ | 19.34 | 14.64 | 59.56 | - |
| YUV | 105.76 | 184.01 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 94 | 205 | 0.56 | 0.54 | 0 | 0.20 | 238.42 | 0.53 | 0.58 |
| Hex | 5B | 5E | CD | 38 | 36 | 0 | 14 | EE | 35 | 3A |
| Octal | 133 | 136 | 315 | 70 | 66 | 0 | 24 | 356 | 65 | 72 |
| Binary | 1011011 | 1011110 | 11001101 | 111000 | 110110 | 0 | 10100 | 11101110 | 110101 | 111010 |
Color Harmonies of #5B5ECD
Complementary color
Monochromatic Colors of #5B5ECD
Black with #5B5ECD
Text Example
Text Example
White with #5B5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5ECD; }
p { color: rgb(91,94,205); }
H1.HeaderClassName
{
color: #5B5ECD;
}
.AnyTagClassName
{
color: #5B5ECD;
}
</style>
background-color css
<style>
a { background-color: #5B5ECD; }
a { background-color: rgb(91,94,205); }
div.DivClassName
{
background-color: #5B5ECD;
}
.BgClassName
{
background-color: #5B5ECD;
}
</style>
border-color css
<style>
span { border-color: #5B5ECD; }
span { border-color: rgb(91,94,205); }
td.TdClassName
{
border-color: #5B5ECD;
}
.TagClassName
{
border-color: #5B5ECD;
}
</style>