Shades of Slate Blue #5E45CB
Tints of Slate Blue #5E45CB
RGB
CMYK
RGB Variations
Color information
#5E45CB (or 0x5E45CB) is known color: Slate Blue. HEX triplet: 5E, 45 and CB. RGB value is (94,69,203). Sum of RGB (Red+Green+Blue) = 94+69+203=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E45CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E45CB is #A1BA34. Grayscale: #5B5B5B. Windows color (decimal): -10598965 or 13321566. OLE color: 13321566.
HSL color Cylindrical-coordinate representation of color #5E45CB: hue angle of 251.19º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E45CB is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 69 | 203 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.20 |
| HSL | 251.19º | 0.56% | 0.53% | - |
| HSV(B) | 251.19º | 0.66% | 0.8% | - |
| XYZ | 17.52 | 10.95 | 57.69 | - |
| YUV | 91.75 | 190.78 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 69 | 203 | 0.54 | 0.66 | 0 | 0.20 | 251.19 | 0.56 | 0.53 |
| Hex | 5E | 45 | CB | 36 | 42 | 0 | 14 | FB | 38 | 35 |
| Octal | 136 | 105 | 313 | 66 | 102 | 0 | 24 | 373 | 70 | 65 |
| Binary | 1011110 | 1000101 | 11001011 | 110110 | 1000010 | 0 | 10100 | 11111011 | 111000 | 110101 |
Color Harmonies of #5E45CB
Complementary color
Monochromatic Colors of #5E45CB
Black with #5E45CB
Text Example
Text Example
White with #5E45CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E45CB; }
p { color: rgb(94,69,203); }
H1.HeaderClassName
{
color: #5E45CB;
}
.AnyTagClassName
{
color: #5E45CB;
}
</style>
background-color css
<style>
a { background-color: #5E45CB; }
a { background-color: rgb(94,69,203); }
div.DivClassName
{
background-color: #5E45CB;
}
.BgClassName
{
background-color: #5E45CB;
}
</style>
border-color css
<style>
span { border-color: #5E45CB; }
span { border-color: rgb(94,69,203); }
td.TdClassName
{
border-color: #5E45CB;
}
.TagClassName
{
border-color: #5E45CB;
}
</style>