Shades of Slate Blue #5E58C9
Tints of Slate Blue #5E58C9
RGB
CMYK
RGB Variations
Color information
#5E58C9 (or 0x5E58C9) is known color: Slate Blue. HEX triplet: 5E, 58 and C9. RGB value is (94,88,201). Sum of RGB (Red+Green+Blue) = 94+88+201=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #5E58C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58C9 is #A1A736. Grayscale: #666666. Windows color (decimal): -10594103 or 13195358. OLE color: 13195358.
HSL color Cylindrical-coordinate representation of color #5E58C9: hue angle of 243.19º degrees, saturation: 0.51, 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 #5E58C9 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 88 | 201 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.21 |
| HSL | 243.19º | 0.51% | 0.57% | - |
| HSV(B) | 243.19º | 0.56% | 0.79% | - |
| XYZ | 18.65 | 13.58 | 56.9 | - |
| YUV | 102.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 201 | 0.53 | 0.56 | 0 | 0.21 | 243.19 | 0.51 | 0.57 |
| Hex | 5E | 58 | C9 | 35 | 38 | 0 | 15 | F3 | 33 | 39 |
| Octal | 136 | 130 | 311 | 65 | 70 | 0 | 25 | 363 | 63 | 71 |
| Binary | 1011110 | 1011000 | 11001001 | 110101 | 111000 | 0 | 10101 | 11110011 | 110011 | 111001 |
Color Harmonies of #5E58C9
Complementary color
Monochromatic Colors of #5E58C9
Black with #5E58C9
Text Example
Text Example
White with #5E58C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E58C9; }
p { color: rgb(94,88,201); }
H1.HeaderClassName
{
color: #5E58C9;
}
.AnyTagClassName
{
color: #5E58C9;
}
</style>
background-color css
<style>
a { background-color: #5E58C9; }
a { background-color: rgb(94,88,201); }
div.DivClassName
{
background-color: #5E58C9;
}
.BgClassName
{
background-color: #5E58C9;
}
</style>
border-color css
<style>
span { border-color: #5E58C9; }
span { border-color: rgb(94,88,201); }
td.TdClassName
{
border-color: #5E58C9;
}
.TagClassName
{
border-color: #5E58C9;
}
</style>