Shades of Slate Blue #5E59CB
Tints of Slate Blue #5E59CB
RGB
CMYK
RGB Variations
Color information
#5E59CB (or 0x5E59CB) is known color: Slate Blue. HEX triplet: 5E, 59 and CB. RGB value is (94,89,203). Sum of RGB (Red+Green+Blue) = 94+89+203=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E59CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59CB is #A1A634. Grayscale: #676767. Windows color (decimal): -10593845 or 13326686. OLE color: 13326686.
HSL color Cylindrical-coordinate representation of color #5E59CB: hue angle of 242.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E59CB is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 89 | 203 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.20 |
| HSL | 242.63º | 0.52% | 0.57% | - |
| HSV(B) | 242.63º | 0.56% | 0.8% | - |
| XYZ | 18.97 | 13.84 | 58.17 | - |
| YUV | 103.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 203 | 0.54 | 0.56 | 0 | 0.20 | 242.63 | 0.52 | 0.57 |
| Hex | 5E | 59 | CB | 36 | 38 | 0 | 14 | F3 | 34 | 39 |
| Octal | 136 | 131 | 313 | 66 | 70 | 0 | 24 | 363 | 64 | 71 |
| Binary | 1011110 | 1011001 | 11001011 | 110110 | 111000 | 0 | 10100 | 11110011 | 110100 | 111001 |
Color Harmonies of #5E59CB
Complementary color
Monochromatic Colors of #5E59CB
Black with #5E59CB
Text Example
Text Example
White with #5E59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E59CB; }
p { color: rgb(94,89,203); }
H1.HeaderClassName
{
color: #5E59CB;
}
.AnyTagClassName
{
color: #5E59CB;
}
</style>
background-color css
<style>
a { background-color: #5E59CB; }
a { background-color: rgb(94,89,203); }
div.DivClassName
{
background-color: #5E59CB;
}
.BgClassName
{
background-color: #5E59CB;
}
</style>
border-color css
<style>
span { border-color: #5E59CB; }
span { border-color: rgb(94,89,203); }
td.TdClassName
{
border-color: #5E59CB;
}
.TagClassName
{
border-color: #5E59CB;
}
</style>