Shades of Slate Blue #5A3EDB
Tints of Slate Blue #5A3EDB
RGB
CMYK
RGB Variations
Color information
#5A3EDB (or 0x5A3EDB) is known color: Slate Blue. HEX triplet: 5A, 3E and DB. RGB value is (90,62,219). Sum of RGB (Red+Green+Blue) = 90+62+219=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A3EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3EDB is #A5C124. Grayscale: #575757. Windows color (decimal): -10862885 or 14368346. OLE color: 14368346.
HSL color Cylindrical-coordinate representation of color #5A3EDB: hue angle of 250.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A3EDB is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 62 | 219 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.14 |
| HSL | 250.7º | 0.69% | 0.55% | - |
| HSV(B) | 250.7º | 0.72% | 0.86% | - |
| XYZ | 18.73 | 10.73 | 68.1 | - |
| YUV | 88.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 62 | 219 | 0.59 | 0.72 | 0 | 0.14 | 250.7 | 0.69 | 0.55 |
| Hex | 5A | 3E | DB | 3B | 48 | 0 | E | FB | 45 | 37 |
| Octal | 132 | 76 | 333 | 73 | 110 | 0 | 16 | 373 | 105 | 67 |
| Binary | 1011010 | 111110 | 11011011 | 111011 | 1001000 | 0 | 1110 | 11111011 | 1000101 | 110111 |
Color Harmonies of #5A3EDB
Complementary color
Monochromatic Colors of #5A3EDB
Black with #5A3EDB
Text Example
Text Example
White with #5A3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3EDB; }
p { color: rgb(90,62,219); }
H1.HeaderClassName
{
color: #5A3EDB;
}
.AnyTagClassName
{
color: #5A3EDB;
}
</style>
background-color css
<style>
a { background-color: #5A3EDB; }
a { background-color: rgb(90,62,219); }
div.DivClassName
{
background-color: #5A3EDB;
}
.BgClassName
{
background-color: #5A3EDB;
}
</style>
border-color css
<style>
span { border-color: #5A3EDB; }
span { border-color: rgb(90,62,219); }
td.TdClassName
{
border-color: #5A3EDB;
}
.TagClassName
{
border-color: #5A3EDB;
}
</style>