Shades of Slate Blue #5A4ECE
Tints of Slate Blue #5A4ECE
RGB
CMYK
RGB Variations
Color information
#5A4ECE (or 0x5A4ECE) is known color: Slate Blue. HEX triplet: 5A, 4E and CE. RGB value is (90,78,206). Sum of RGB (Red+Green+Blue) = 90+78+206=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A4ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4ECE is #A5B131. Grayscale: #5F5F5F. Windows color (decimal): -10858802 or 13520474. OLE color: 13520474.
HSL color Cylindrical-coordinate representation of color #5A4ECE: hue angle of 245.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A4ECE is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 78 | 206 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.19 |
| HSL | 245.63º | 0.57% | 0.56% | - |
| HSV(B) | 245.63º | 0.62% | 0.81% | - |
| XYZ | 18.08 | 12.08 | 59.77 | - |
| YUV | 96.18 | 189.98 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 206 | 0.56 | 0.62 | 0 | 0.19 | 245.63 | 0.57 | 0.56 |
| Hex | 5A | 4E | CE | 38 | 3E | 0 | 13 | F6 | 39 | 38 |
| Octal | 132 | 116 | 316 | 70 | 76 | 0 | 23 | 366 | 71 | 70 |
| Binary | 1011010 | 1001110 | 11001110 | 111000 | 111110 | 0 | 10011 | 11110110 | 111001 | 111000 |
Color Harmonies of #5A4ECE
Complementary color
Monochromatic Colors of #5A4ECE
Black with #5A4ECE
Text Example
Text Example
White with #5A4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4ECE; }
p { color: rgb(90,78,206); }
H1.HeaderClassName
{
color: #5A4ECE;
}
.AnyTagClassName
{
color: #5A4ECE;
}
</style>
background-color css
<style>
a { background-color: #5A4ECE; }
a { background-color: rgb(90,78,206); }
div.DivClassName
{
background-color: #5A4ECE;
}
.BgClassName
{
background-color: #5A4ECE;
}
</style>
border-color css
<style>
span { border-color: #5A4ECE; }
span { border-color: rgb(90,78,206); }
td.TdClassName
{
border-color: #5A4ECE;
}
.TagClassName
{
border-color: #5A4ECE;
}
</style>