Shades of Slate Blue #5A40DB
Tints of Slate Blue #5A40DB
RGB
CMYK
RGB Variations
Color information
#5A40DB (or 0x5A40DB) is known color: Slate Blue. HEX triplet: 5A, 40 and DB. RGB value is (90,64,219). Sum of RGB (Red+Green+Blue) = 90+64+219=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A40DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A40DB is #A5BF24. Grayscale: #585858. Windows color (decimal): -10862373 or 14368858. OLE color: 14368858.
HSL color Cylindrical-coordinate representation of color #5A40DB: hue angle of 250.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A40DB is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 64 | 219 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.14 |
| HSL | 250.06º | 0.68% | 0.55% | - |
| HSV(B) | 250.06º | 0.71% | 0.86% | - |
| XYZ | 18.84 | 10.95 | 68.14 | - |
| YUV | 89.44 | 201.11 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 219 | 0.59 | 0.71 | 0 | 0.14 | 250.06 | 0.68 | 0.55 |
| Hex | 5A | 40 | DB | 3B | 47 | 0 | E | FA | 44 | 37 |
| Octal | 132 | 100 | 333 | 73 | 107 | 0 | 16 | 372 | 104 | 67 |
| Binary | 1011010 | 1000000 | 11011011 | 111011 | 1000111 | 0 | 1110 | 11111010 | 1000100 | 110111 |
Color Harmonies of #5A40DB
Complementary color
Monochromatic Colors of #5A40DB
Black with #5A40DB
Text Example
Text Example
White with #5A40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A40DB; }
p { color: rgb(90,64,219); }
H1.HeaderClassName
{
color: #5A40DB;
}
.AnyTagClassName
{
color: #5A40DB;
}
</style>
background-color css
<style>
a { background-color: #5A40DB; }
a { background-color: rgb(90,64,219); }
div.DivClassName
{
background-color: #5A40DB;
}
.BgClassName
{
background-color: #5A40DB;
}
</style>
border-color css
<style>
span { border-color: #5A40DB; }
span { border-color: rgb(90,64,219); }
td.TdClassName
{
border-color: #5A40DB;
}
.TagClassName
{
border-color: #5A40DB;
}
</style>