Shades of Slate Blue #5E42CC
Tints of Slate Blue #5E42CC
RGB
CMYK
RGB Variations
Color information
#5E42CC (or 0x5E42CC) is known color: Slate Blue. HEX triplet: 5E, 42 and CC. RGB value is (94,66,204). Sum of RGB (Red+Green+Blue) = 94+66+204=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E42CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E42CC is #A1BD33. Grayscale: #595959. Windows color (decimal): -10599732 or 13386334. OLE color: 13386334.
HSL color Cylindrical-coordinate representation of color #5E42CC: hue angle of 252.17º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E42CC is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 66 | 204 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.2 |
| HSL | 252.17º | 0.58% | 0.53% | - |
| HSV(B) | 252.17º | 0.68% | 0.8% | - |
| XYZ | 17.46 | 10.64 | 58.26 | - |
| YUV | 90.1 | 192.28 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 204 | 0.54 | 0.68 | 0 | 0.2 | 252.17 | 0.58 | 0.53 |
| Hex | 5E | 42 | CC | 36 | 44 | 0 | 14 | FC | 3A | 35 |
| Octal | 136 | 102 | 314 | 66 | 104 | 0 | 24 | 374 | 72 | 65 |
| Binary | 1011110 | 1000010 | 11001100 | 110110 | 1000100 | 0 | 10100 | 11111100 | 111010 | 110101 |
Color Harmonies of #5E42CC
Complementary color
Monochromatic Colors of #5E42CC
Black with #5E42CC
Text Example
Text Example
White with #5E42CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E42CC; }
p { color: rgb(94,66,204); }
H1.HeaderClassName
{
color: #5E42CC;
}
.AnyTagClassName
{
color: #5E42CC;
}
</style>
background-color css
<style>
a { background-color: #5E42CC; }
a { background-color: rgb(94,66,204); }
div.DivClassName
{
background-color: #5E42CC;
}
.BgClassName
{
background-color: #5E42CC;
}
</style>
border-color css
<style>
span { border-color: #5E42CC; }
span { border-color: rgb(94,66,204); }
td.TdClassName
{
border-color: #5E42CC;
}
.TagClassName
{
border-color: #5E42CC;
}
</style>