Shades of Slate Blue #5A43DE
Tints of Slate Blue #5A43DE
RGB
CMYK
RGB Variations
Color information
#5A43DE (or 0x5A43DE) is known color: Slate Blue. HEX triplet: 5A, 43 and DE. RGB value is (90,67,222). Sum of RGB (Red+Green+Blue) = 90+67+222=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A43DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A43DE is #A5BC21. Grayscale: #5A5A5A. Windows color (decimal): -10861602 or 14566234. OLE color: 14566234.
HSL color Cylindrical-coordinate representation of color #5A43DE: hue angle of 248.9º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A43DE is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 67 | 222 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.13 |
| HSL | 248.9º | 0.7% | 0.57% | - |
| HSV(B) | 248.9º | 0.7% | 0.87% | - |
| XYZ | 19.41 | 11.46 | 70.3 | - |
| YUV | 91.55 | 201.62 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 222 | 0.59 | 0.70 | 0 | 0.13 | 248.9 | 0.7 | 0.57 |
| Hex | 5A | 43 | DE | 3B | 46 | 0 | D | F9 | 46 | 39 |
| Octal | 132 | 103 | 336 | 73 | 106 | 0 | 15 | 371 | 106 | 71 |
| Binary | 1011010 | 1000011 | 11011110 | 111011 | 1000110 | 0 | 1101 | 11111001 | 1000110 | 111001 |
Color Harmonies of #5A43DE
Complementary color
Monochromatic Colors of #5A43DE
Black with #5A43DE
Text Example
Text Example
White with #5A43DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A43DE; }
p { color: rgb(90,67,222); }
H1.HeaderClassName
{
color: #5A43DE;
}
.AnyTagClassName
{
color: #5A43DE;
}
</style>
background-color css
<style>
a { background-color: #5A43DE; }
a { background-color: rgb(90,67,222); }
div.DivClassName
{
background-color: #5A43DE;
}
.BgClassName
{
background-color: #5A43DE;
}
</style>
border-color css
<style>
span { border-color: #5A43DE; }
span { border-color: rgb(90,67,222); }
td.TdClassName
{
border-color: #5A43DE;
}
.TagClassName
{
border-color: #5A43DE;
}
</style>