Shades of Slate Blue #5E55CE
Tints of Slate Blue #5E55CE
RGB
CMYK
RGB Variations
Color information
#5E55CE (or 0x5E55CE) is known color: Slate Blue. HEX triplet: 5E, 55 and CE. RGB value is (94,85,206). Sum of RGB (Red+Green+Blue) = 94+85+206=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E55CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55CE is #A1AA31. Grayscale: #656565. Windows color (decimal): -10594866 or 13522270. OLE color: 13522270.
HSL color Cylindrical-coordinate representation of color #5E55CE: hue angle of 244.46º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E55CE is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 85 | 206 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.19 |
| HSL | 244.46º | 0.55% | 0.57% | - |
| HSV(B) | 244.46º | 0.59% | 0.81% | - |
| XYZ | 19.01 | 13.33 | 59.96 | - |
| YUV | 101.49 | 186.98 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 206 | 0.54 | 0.59 | 0 | 0.19 | 244.46 | 0.55 | 0.57 |
| Hex | 5E | 55 | CE | 36 | 3B | 0 | 13 | F4 | 37 | 39 |
| Octal | 136 | 125 | 316 | 66 | 73 | 0 | 23 | 364 | 67 | 71 |
| Binary | 1011110 | 1010101 | 11001110 | 110110 | 111011 | 0 | 10011 | 11110100 | 110111 | 111001 |
Color Harmonies of #5E55CE
Complementary color
Monochromatic Colors of #5E55CE
Black with #5E55CE
Text Example
Text Example
White with #5E55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E55CE; }
p { color: rgb(94,85,206); }
H1.HeaderClassName
{
color: #5E55CE;
}
.AnyTagClassName
{
color: #5E55CE;
}
</style>
background-color css
<style>
a { background-color: #5E55CE; }
a { background-color: rgb(94,85,206); }
div.DivClassName
{
background-color: #5E55CE;
}
.BgClassName
{
background-color: #5E55CE;
}
</style>
border-color css
<style>
span { border-color: #5E55CE; }
span { border-color: rgb(94,85,206); }
td.TdClassName
{
border-color: #5E55CE;
}
.TagClassName
{
border-color: #5E55CE;
}
</style>