Shades of Slate Blue #5E5AD3
Tints of Slate Blue #5E5AD3
RGB
CMYK
RGB Variations
Color information
#5E5AD3 (or 0x5E5AD3) is known color: Slate Blue. HEX triplet: 5E, 5A and D3. RGB value is (94,90,211). Sum of RGB (Red+Green+Blue) = 94+90+211=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #5E5AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5AD3 is #A1A52C. Grayscale: #686868. Windows color (decimal): -10593581 or 13851230. OLE color: 13851230.
HSL color Cylindrical-coordinate representation of color #5E5AD3: hue angle of 241.98º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E5AD3 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 90 | 211 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.17 |
| HSL | 241.98º | 0.58% | 0.59% | - |
| HSV(B) | 241.98º | 0.57% | 0.83% | - |
| XYZ | 20.03 | 14.4 | 63.35 | - |
| YUV | 104.99 | 187.83 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 90 | 211 | 0.55 | 0.57 | 0 | 0.17 | 241.98 | 0.58 | 0.59 |
| Hex | 5E | 5A | D3 | 37 | 39 | 0 | 11 | F2 | 3A | 3B |
| Octal | 136 | 132 | 323 | 67 | 71 | 0 | 21 | 362 | 72 | 73 |
| Binary | 1011110 | 1011010 | 11010011 | 110111 | 111001 | 0 | 10001 | 11110010 | 111010 | 111011 |
Color Harmonies of #5E5AD3
Complementary color
Monochromatic Colors of #5E5AD3
Black with #5E5AD3
Text Example
Text Example
White with #5E5AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5AD3; }
p { color: rgb(94,90,211); }
H1.HeaderClassName
{
color: #5E5AD3;
}
.AnyTagClassName
{
color: #5E5AD3;
}
</style>
background-color css
<style>
a { background-color: #5E5AD3; }
a { background-color: rgb(94,90,211); }
div.DivClassName
{
background-color: #5E5AD3;
}
.BgClassName
{
background-color: #5E5AD3;
}
</style>
border-color css
<style>
span { border-color: #5E5AD3; }
span { border-color: rgb(94,90,211); }
td.TdClassName
{
border-color: #5E5AD3;
}
.TagClassName
{
border-color: #5E5AD3;
}
</style>