Shades of Slate Blue #5E53CA
Tints of Slate Blue #5E53CA
RGB
CMYK
RGB Variations
Color information
#5E53CA (or 0x5E53CA) is known color: Slate Blue. HEX triplet: 5E, 53 and CA. RGB value is (94,83,202). Sum of RGB (Red+Green+Blue) = 94+83+202=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E53CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E53CA is #A1AC35. Grayscale: #636363. Windows color (decimal): -10595382 or 13259614. OLE color: 13259614.
HSL color Cylindrical-coordinate representation of color #5E53CA: hue angle of 245.55º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E53CA is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 83 | 202 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.21 |
| HSL | 245.55º | 0.53% | 0.56% | - |
| HSV(B) | 245.55º | 0.59% | 0.79% | - |
| XYZ | 18.37 | 12.83 | 57.39 | - |
| YUV | 99.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 83 | 202 | 0.53 | 0.59 | 0 | 0.21 | 245.55 | 0.53 | 0.56 |
| Hex | 5E | 53 | CA | 35 | 3B | 0 | 15 | F6 | 35 | 38 |
| Octal | 136 | 123 | 312 | 65 | 73 | 0 | 25 | 366 | 65 | 70 |
| Binary | 1011110 | 1010011 | 11001010 | 110101 | 111011 | 0 | 10101 | 11110110 | 110101 | 111000 |
Color Harmonies of #5E53CA
Complementary color
Monochromatic Colors of #5E53CA
Black with #5E53CA
Text Example
Text Example
White with #5E53CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E53CA; }
p { color: rgb(94,83,202); }
H1.HeaderClassName
{
color: #5E53CA;
}
.AnyTagClassName
{
color: #5E53CA;
}
</style>
background-color css
<style>
a { background-color: #5E53CA; }
a { background-color: rgb(94,83,202); }
div.DivClassName
{
background-color: #5E53CA;
}
.BgClassName
{
background-color: #5E53CA;
}
</style>
border-color css
<style>
span { border-color: #5E53CA; }
span { border-color: rgb(94,83,202); }
td.TdClassName
{
border-color: #5E53CA;
}
.TagClassName
{
border-color: #5E53CA;
}
</style>