Shades of Slate Blue #5E5AD8
Tints of Slate Blue #5E5AD8
RGB
CMYK
RGB Variations
Color information
#5E5AD8 (or 0x5E5AD8) is known color: Slate Blue. HEX triplet: 5E, 5A and D8. RGB value is (94,90,216). Sum of RGB (Red+Green+Blue) = 94+90+216=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #5E5AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5AD8 is #A1A527. Grayscale: #696969. Windows color (decimal): -10593576 or 14178910. OLE color: 14178910.
HSL color Cylindrical-coordinate representation of color #5E5AD8: hue angle of 241.9º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E5AD8 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 90 | 216 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.15 |
| HSL | 241.9º | 0.62% | 0.6% | - |
| HSV(B) | 241.9º | 0.58% | 0.85% | - |
| XYZ | 20.67 | 14.65 | 66.7 | - |
| YUV | 105.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 90 | 216 | 0.56 | 0.58 | 0 | 0.15 | 241.9 | 0.62 | 0.6 |
| Hex | 5E | 5A | D8 | 38 | 3A | 0 | F | F2 | 3E | 3C |
| Octal | 136 | 132 | 330 | 70 | 72 | 0 | 17 | 362 | 76 | 74 |
| Binary | 1011110 | 1011010 | 11011000 | 111000 | 111010 | 0 | 1111 | 11110010 | 111110 | 111100 |
Color Harmonies of #5E5AD8
Complementary color
Monochromatic Colors of #5E5AD8
Black with #5E5AD8
Text Example
Text Example
White with #5E5AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5AD8; }
p { color: rgb(94,90,216); }
H1.HeaderClassName
{
color: #5E5AD8;
}
.AnyTagClassName
{
color: #5E5AD8;
}
</style>
background-color css
<style>
a { background-color: #5E5AD8; }
a { background-color: rgb(94,90,216); }
div.DivClassName
{
background-color: #5E5AD8;
}
.BgClassName
{
background-color: #5E5AD8;
}
</style>
border-color css
<style>
span { border-color: #5E5AD8; }
span { border-color: rgb(94,90,216); }
td.TdClassName
{
border-color: #5E5AD8;
}
.TagClassName
{
border-color: #5E5AD8;
}
</style>