Shades of Slate Blue #5A40DF
Tints of Slate Blue #5A40DF
RGB
CMYK
RGB Variations
Color information
#5A40DF (or 0x5A40DF) is known color: Slate Blue. HEX triplet: 5A, 40 and DF. RGB value is (90,64,223). Sum of RGB (Red+Green+Blue) = 90+64+223=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A40DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A40DF is #A5BF20. Grayscale: #595959. Windows color (decimal): -10862369 or 14631002. OLE color: 14631002.
HSL color Cylindrical-coordinate representation of color #5A40DF: hue angle of 249.81º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A40DF is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 64 | 223 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.13 |
| HSL | 249.81º | 0.71% | 0.56% | - |
| HSV(B) | 249.81º | 0.71% | 0.87% | - |
| XYZ | 19.37 | 11.17 | 70.95 | - |
| YUV | 89.9 | 203.11 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 223 | 0.60 | 0.71 | 0 | 0.13 | 249.81 | 0.71 | 0.56 |
| Hex | 5A | 40 | DF | 3C | 47 | 0 | D | FA | 47 | 38 |
| Octal | 132 | 100 | 337 | 74 | 107 | 0 | 15 | 372 | 107 | 70 |
| Binary | 1011010 | 1000000 | 11011111 | 111100 | 1000111 | 0 | 1101 | 11111010 | 1000111 | 111000 |
Color Harmonies of #5A40DF
Complementary color
Monochromatic Colors of #5A40DF
Black with #5A40DF
Text Example
Text Example
White with #5A40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A40DF; }
p { color: rgb(90,64,223); }
H1.HeaderClassName
{
color: #5A40DF;
}
.AnyTagClassName
{
color: #5A40DF;
}
</style>
background-color css
<style>
a { background-color: #5A40DF; }
a { background-color: rgb(90,64,223); }
div.DivClassName
{
background-color: #5A40DF;
}
.BgClassName
{
background-color: #5A40DF;
}
</style>
border-color css
<style>
span { border-color: #5A40DF; }
span { border-color: rgb(90,64,223); }
td.TdClassName
{
border-color: #5A40DF;
}
.TagClassName
{
border-color: #5A40DF;
}
</style>