Shades of Slate Blue #5E58CB
Tints of Slate Blue #5E58CB
RGB
CMYK
RGB Variations
Color information
#5E58CB (or 0x5E58CB) is known color: Slate Blue. HEX triplet: 5E, 58 and CB. RGB value is (94,88,203). Sum of RGB (Red+Green+Blue) = 94+88+203=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E58CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58CB is #A1A734. Grayscale: #666666. Windows color (decimal): -10594101 or 13326430. OLE color: 13326430.
HSL color Cylindrical-coordinate representation of color #5E58CB: hue angle of 243.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E58CB is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 88 | 203 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.20 |
| HSL | 243.13º | 0.53% | 0.57% | - |
| HSV(B) | 243.13º | 0.57% | 0.8% | - |
| XYZ | 18.89 | 13.67 | 58.14 | - |
| YUV | 102.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 88 | 203 | 0.54 | 0.57 | 0 | 0.20 | 243.13 | 0.53 | 0.57 |
| Hex | 5E | 58 | CB | 36 | 39 | 0 | 14 | F3 | 35 | 39 |
| Octal | 136 | 130 | 313 | 66 | 71 | 0 | 24 | 363 | 65 | 71 |
| Binary | 1011110 | 1011000 | 11001011 | 110110 | 111001 | 0 | 10100 | 11110011 | 110101 | 111001 |
Color Harmonies of #5E58CB
Complementary color
Monochromatic Colors of #5E58CB
Black with #5E58CB
Text Example
Text Example
White with #5E58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E58CB; }
p { color: rgb(94,88,203); }
H1.HeaderClassName
{
color: #5E58CB;
}
.AnyTagClassName
{
color: #5E58CB;
}
</style>
background-color css
<style>
a { background-color: #5E58CB; }
a { background-color: rgb(94,88,203); }
div.DivClassName
{
background-color: #5E58CB;
}
.BgClassName
{
background-color: #5E58CB;
}
</style>
border-color css
<style>
span { border-color: #5E58CB; }
span { border-color: rgb(94,88,203); }
td.TdClassName
{
border-color: #5E58CB;
}
.TagClassName
{
border-color: #5E58CB;
}
</style>