Shades of Slate Blue #5E58CA
Tints of Slate Blue #5E58CA
RGB
CMYK
RGB Variations
Color information
#5E58CA (or 0x5E58CA) is known color: Slate Blue. HEX triplet: 5E, 58 and CA. RGB value is (94,88,202). Sum of RGB (Red+Green+Blue) = 94+88+202=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E58CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58CA is #A1A735. Grayscale: #666666. Windows color (decimal): -10594102 or 13260894. OLE color: 13260894.
HSL color Cylindrical-coordinate representation of color #5E58CA: hue angle of 243.16º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E58CA is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 88 | 202 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.21 |
| HSL | 243.16º | 0.52% | 0.57% | - |
| HSV(B) | 243.16º | 0.56% | 0.79% | - |
| XYZ | 18.77 | 13.62 | 57.52 | - |
| YUV | 102.79 | 183.99 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 202 | 0.53 | 0.56 | 0 | 0.21 | 243.16 | 0.52 | 0.57 |
| Hex | 5E | 58 | CA | 35 | 38 | 0 | 15 | F3 | 34 | 39 |
| Octal | 136 | 130 | 312 | 65 | 70 | 0 | 25 | 363 | 64 | 71 |
| Binary | 1011110 | 1011000 | 11001010 | 110101 | 111000 | 0 | 10101 | 11110011 | 110100 | 111001 |
Color Harmonies of #5E58CA
Complementary color
Monochromatic Colors of #5E58CA
Black with #5E58CA
Text Example
Text Example
White with #5E58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E58CA; }
p { color: rgb(94,88,202); }
H1.HeaderClassName
{
color: #5E58CA;
}
.AnyTagClassName
{
color: #5E58CA;
}
</style>
background-color css
<style>
a { background-color: #5E58CA; }
a { background-color: rgb(94,88,202); }
div.DivClassName
{
background-color: #5E58CA;
}
.BgClassName
{
background-color: #5E58CA;
}
</style>
border-color css
<style>
span { border-color: #5E58CA; }
span { border-color: rgb(94,88,202); }
td.TdClassName
{
border-color: #5E58CA;
}
.TagClassName
{
border-color: #5E58CA;
}
</style>