Shades of Slate Blue #5A4EDB
Tints of Slate Blue #5A4EDB
RGB
CMYK
RGB Variations
Color information
#5A4EDB (or 0x5A4EDB) is known color: Slate Blue. HEX triplet: 5A, 4E and DB. RGB value is (90,78,219). Sum of RGB (Red+Green+Blue) = 90+78+219=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A4EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4EDB is #A5B124. Grayscale: #616161. Windows color (decimal): -10858789 or 14372442. OLE color: 14372442.
HSL color Cylindrical-coordinate representation of color #5A4EDB: hue angle of 245.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A4EDB is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 78 | 219 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.14 |
| HSL | 245.11º | 0.66% | 0.58% | - |
| HSV(B) | 245.11º | 0.64% | 0.86% | - |
| XYZ | 19.73 | 12.74 | 68.44 | - |
| YUV | 97.66 | 196.48 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 219 | 0.59 | 0.64 | 0 | 0.14 | 245.11 | 0.66 | 0.58 |
| Hex | 5A | 4E | DB | 3B | 40 | 0 | E | F5 | 42 | 3A |
| Octal | 132 | 116 | 333 | 73 | 100 | 0 | 16 | 365 | 102 | 72 |
| Binary | 1011010 | 1001110 | 11011011 | 111011 | 1000000 | 0 | 1110 | 11110101 | 1000010 | 111010 |
Color Harmonies of #5A4EDB
Complementary color
Monochromatic Colors of #5A4EDB
Black with #5A4EDB
Text Example
Text Example
White with #5A4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4EDB; }
p { color: rgb(90,78,219); }
H1.HeaderClassName
{
color: #5A4EDB;
}
.AnyTagClassName
{
color: #5A4EDB;
}
</style>
background-color css
<style>
a { background-color: #5A4EDB; }
a { background-color: rgb(90,78,219); }
div.DivClassName
{
background-color: #5A4EDB;
}
.BgClassName
{
background-color: #5A4EDB;
}
</style>
border-color css
<style>
span { border-color: #5A4EDB; }
span { border-color: rgb(90,78,219); }
td.TdClassName
{
border-color: #5A4EDB;
}
.TagClassName
{
border-color: #5A4EDB;
}
</style>