Shades of Slate Blue #5E55C8
Tints of Slate Blue #5E55C8
RGB
CMYK
RGB Variations
Color information
#5E55C8 (or 0x5E55C8) is known color: Slate Blue. HEX triplet: 5E, 55 and C8. RGB value is (94,85,200). Sum of RGB (Red+Green+Blue) = 94+85+200=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #5E55C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55C8 is #A1AA37. Grayscale: #646464. Windows color (decimal): -10594872 or 13129054. OLE color: 13129054.
HSL color Cylindrical-coordinate representation of color #5E55C8: hue angle of 244.7º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E55C8 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 85 | 200 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.22 |
| HSL | 244.7º | 0.51% | 0.56% | - |
| HSV(B) | 244.7º | 0.58% | 0.78% | - |
| XYZ | 18.29 | 13.05 | 56.2 | - |
| YUV | 100.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 200 | 0.53 | 0.58 | 0 | 0.22 | 244.7 | 0.51 | 0.56 |
| Hex | 5E | 55 | C8 | 35 | 3A | 0 | 16 | F5 | 33 | 38 |
| Octal | 136 | 125 | 310 | 65 | 72 | 0 | 26 | 365 | 63 | 70 |
| Binary | 1011110 | 1010101 | 11001000 | 110101 | 111010 | 0 | 10110 | 11110101 | 110011 | 111000 |
Color Harmonies of #5E55C8
Complementary color
Monochromatic Colors of #5E55C8
Black with #5E55C8
Text Example
Text Example
White with #5E55C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E55C8; }
p { color: rgb(94,85,200); }
H1.HeaderClassName
{
color: #5E55C8;
}
.AnyTagClassName
{
color: #5E55C8;
}
</style>
background-color css
<style>
a { background-color: #5E55C8; }
a { background-color: rgb(94,85,200); }
div.DivClassName
{
background-color: #5E55C8;
}
.BgClassName
{
background-color: #5E55C8;
}
</style>
border-color css
<style>
span { border-color: #5E55C8; }
span { border-color: rgb(94,85,200); }
td.TdClassName
{
border-color: #5E55C8;
}
.TagClassName
{
border-color: #5E55C8;
}
</style>