Shades of Slate Blue #5E55CA
Tints of Slate Blue #5E55CA
RGB
CMYK
RGB Variations
Color information
#5E55CA (or 0x5E55CA) is known color: Slate Blue. HEX triplet: 5E, 55 and CA. RGB value is (94,85,202). Sum of RGB (Red+Green+Blue) = 94+85+202=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E55CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55CA is #A1AA35. Grayscale: #646464. Windows color (decimal): -10594870 or 13260126. OLE color: 13260126.
HSL color Cylindrical-coordinate representation of color #5E55CA: hue angle of 244.62º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E55CA is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 85 | 202 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.21 |
| HSL | 244.62º | 0.52% | 0.56% | - |
| HSV(B) | 244.62º | 0.58% | 0.79% | - |
| XYZ | 18.53 | 13.14 | 57.44 | - |
| YUV | 101.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 202 | 0.53 | 0.58 | 0 | 0.21 | 244.62 | 0.52 | 0.56 |
| Hex | 5E | 55 | CA | 35 | 3A | 0 | 15 | F5 | 34 | 38 |
| Octal | 136 | 125 | 312 | 65 | 72 | 0 | 25 | 365 | 64 | 70 |
| Binary | 1011110 | 1010101 | 11001010 | 110101 | 111010 | 0 | 10101 | 11110101 | 110100 | 111000 |
Color Harmonies of #5E55CA
Complementary color
Monochromatic Colors of #5E55CA
Black with #5E55CA
Text Example
Text Example
White with #5E55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E55CA; }
p { color: rgb(94,85,202); }
H1.HeaderClassName
{
color: #5E55CA;
}
.AnyTagClassName
{
color: #5E55CA;
}
</style>
background-color css
<style>
a { background-color: #5E55CA; }
a { background-color: rgb(94,85,202); }
div.DivClassName
{
background-color: #5E55CA;
}
.BgClassName
{
background-color: #5E55CA;
}
</style>
border-color css
<style>
span { border-color: #5E55CA; }
span { border-color: rgb(94,85,202); }
td.TdClassName
{
border-color: #5E55CA;
}
.TagClassName
{
border-color: #5E55CA;
}
</style>