Shades of Slate Blue #5A5EDE
Tints of Slate Blue #5A5EDE
RGB
CMYK
RGB Variations
Color information
#5A5EDE (or 0x5A5EDE) is known color: Slate Blue. HEX triplet: 5A, 5E and DE. RGB value is (90,94,222). Sum of RGB (Red+Green+Blue) = 90+94+222=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A5EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5EDE is #A5A121. Grayscale: #6A6A6A. Windows color (decimal): -10854690 or 14573146. OLE color: 14573146.
HSL color Cylindrical-coordinate representation of color #5A5EDE: hue angle of 238.18º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A5EDE is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 94 | 222 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.13 |
| HSL | 238.18º | 0.67% | 0.61% | - |
| HSV(B) | 238.18º | 0.59% | 0.87% | - |
| XYZ | 21.4 | 15.45 | 70.96 | - |
| YUV | 107.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 94 | 222 | 0.59 | 0.58 | 0 | 0.13 | 238.18 | 0.67 | 0.61 |
| Hex | 5A | 5E | DE | 3B | 3A | 0 | D | EE | 43 | 3D |
| Octal | 132 | 136 | 336 | 73 | 72 | 0 | 15 | 356 | 103 | 75 |
| Binary | 1011010 | 1011110 | 11011110 | 111011 | 111010 | 0 | 1101 | 11101110 | 1000011 | 111101 |
Color Harmonies of #5A5EDE
Complementary color
Monochromatic Colors of #5A5EDE
Black with #5A5EDE
Text Example
Text Example
White with #5A5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5EDE; }
p { color: rgb(90,94,222); }
H1.HeaderClassName
{
color: #5A5EDE;
}
.AnyTagClassName
{
color: #5A5EDE;
}
</style>
background-color css
<style>
a { background-color: #5A5EDE; }
a { background-color: rgb(90,94,222); }
div.DivClassName
{
background-color: #5A5EDE;
}
.BgClassName
{
background-color: #5A5EDE;
}
</style>
border-color css
<style>
span { border-color: #5A5EDE; }
span { border-color: rgb(90,94,222); }
td.TdClassName
{
border-color: #5A5EDE;
}
.TagClassName
{
border-color: #5A5EDE;
}
</style>