Shades of Slate Blue #5D5ECA
Tints of Slate Blue #5D5ECA
RGB
CMYK
RGB Variations
Color information
#5D5ECA (or 0x5D5ECA) is known color: Slate Blue. HEX triplet: 5D, 5E and CA. RGB value is (93,94,202). Sum of RGB (Red+Green+Blue) = 93+94+202=389 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.91% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D5ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5ECA is #A2A135. Grayscale: #696969. Windows color (decimal): -10658102 or 13262429. OLE color: 13262429.
HSL color Cylindrical-coordinate representation of color #5D5ECA: hue angle of 239.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D5ECA is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 94 | 202 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.21 |
| HSL | 239.45º | 0.51% | 0.58% | - |
| HSV(B) | 239.45º | 0.54% | 0.79% | - |
| XYZ | 19.18 | 14.6 | 57.68 | - |
| YUV | 106.01 | 182.17 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 94 | 202 | 0.54 | 0.53 | 0 | 0.21 | 239.45 | 0.51 | 0.58 |
| Hex | 5D | 5E | CA | 36 | 35 | 0 | 15 | EF | 33 | 3A |
| Octal | 135 | 136 | 312 | 66 | 65 | 0 | 25 | 357 | 63 | 72 |
| Binary | 1011101 | 1011110 | 11001010 | 110110 | 110101 | 0 | 10101 | 11101111 | 110011 | 111010 |
Color Harmonies of #5D5ECA
Complementary color
Monochromatic Colors of #5D5ECA
Black with #5D5ECA
Text Example
Text Example
White with #5D5ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5ECA; }
p { color: rgb(93,94,202); }
H1.HeaderClassName
{
color: #5D5ECA;
}
.AnyTagClassName
{
color: #5D5ECA;
}
</style>
background-color css
<style>
a { background-color: #5D5ECA; }
a { background-color: rgb(93,94,202); }
div.DivClassName
{
background-color: #5D5ECA;
}
.BgClassName
{
background-color: #5D5ECA;
}
</style>
border-color css
<style>
span { border-color: #5D5ECA; }
span { border-color: rgb(93,94,202); }
td.TdClassName
{
border-color: #5D5ECA;
}
.TagClassName
{
border-color: #5D5ECA;
}
</style>