Shades of Slate Blue #5A5EDF
Tints of Slate Blue #5A5EDF
RGB
CMYK
RGB Variations
Color information
#5A5EDF (or 0x5A5EDF) is known color: Slate Blue. HEX triplet: 5A, 5E and DF. RGB value is (90,94,223). Sum of RGB (Red+Green+Blue) = 90+94+223=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A5EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5EDF is #A5A120. Grayscale: #6A6A6A. Windows color (decimal): -10854689 or 14638682. OLE color: 14638682.
HSL color Cylindrical-coordinate representation of color #5A5EDF: hue angle of 238.2º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A5EDF is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 94 | 223 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.13 |
| HSL | 238.2º | 0.68% | 0.61% | - |
| HSV(B) | 238.2º | 0.6% | 0.87% | - |
| XYZ | 21.54 | 15.51 | 71.67 | - |
| YUV | 107.51 | 193.17 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 94 | 223 | 0.60 | 0.58 | 0 | 0.13 | 238.2 | 0.68 | 0.61 |
| Hex | 5A | 5E | DF | 3C | 3A | 0 | D | EE | 44 | 3D |
| Octal | 132 | 136 | 337 | 74 | 72 | 0 | 15 | 356 | 104 | 75 |
| Binary | 1011010 | 1011110 | 11011111 | 111100 | 111010 | 0 | 1101 | 11101110 | 1000100 | 111101 |
Color Harmonies of #5A5EDF
Complementary color
Monochromatic Colors of #5A5EDF
Black with #5A5EDF
Text Example
Text Example
White with #5A5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5EDF; }
p { color: rgb(90,94,223); }
H1.HeaderClassName
{
color: #5A5EDF;
}
.AnyTagClassName
{
color: #5A5EDF;
}
</style>
background-color css
<style>
a { background-color: #5A5EDF; }
a { background-color: rgb(90,94,223); }
div.DivClassName
{
background-color: #5A5EDF;
}
.BgClassName
{
background-color: #5A5EDF;
}
</style>
border-color css
<style>
span { border-color: #5A5EDF; }
span { border-color: rgb(90,94,223); }
td.TdClassName
{
border-color: #5A5EDF;
}
.TagClassName
{
border-color: #5A5EDF;
}
</style>