Shades of Slate Blue #5A40DC
Tints of Slate Blue #5A40DC
RGB
CMYK
RGB Variations
Color information
#5A40DC (or 0x5A40DC) is known color: Slate Blue. HEX triplet: 5A, 40 and DC. RGB value is (90,64,220). Sum of RGB (Red+Green+Blue) = 90+64+220=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A40DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A40DC is #A5BF23. Grayscale: #585858. Windows color (decimal): -10862372 or 14434394. OLE color: 14434394.
HSL color Cylindrical-coordinate representation of color #5A40DC: hue angle of 250º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A40DC is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 64 | 220 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.14 |
| HSL | 250º | 0.69% | 0.56% | - |
| HSV(B) | 250º | 0.71% | 0.86% | - |
| XYZ | 18.97 | 11.01 | 68.84 | - |
| YUV | 89.56 | 201.61 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 220 | 0.59 | 0.71 | 0 | 0.14 | 250 | 0.69 | 0.56 |
| Hex | 5A | 40 | DC | 3B | 47 | 0 | E | FA | 45 | 38 |
| Octal | 132 | 100 | 334 | 73 | 107 | 0 | 16 | 372 | 105 | 70 |
| Binary | 1011010 | 1000000 | 11011100 | 111011 | 1000111 | 0 | 1110 | 11111010 | 1000101 | 111000 |
Color Harmonies of #5A40DC
Complementary color
Monochromatic Colors of #5A40DC
Black with #5A40DC
Text Example
Text Example
White with #5A40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A40DC; }
p { color: rgb(90,64,220); }
H1.HeaderClassName
{
color: #5A40DC;
}
.AnyTagClassName
{
color: #5A40DC;
}
</style>
background-color css
<style>
a { background-color: #5A40DC; }
a { background-color: rgb(90,64,220); }
div.DivClassName
{
background-color: #5A40DC;
}
.BgClassName
{
background-color: #5A40DC;
}
</style>
border-color css
<style>
span { border-color: #5A40DC; }
span { border-color: rgb(90,64,220); }
td.TdClassName
{
border-color: #5A40DC;
}
.TagClassName
{
border-color: #5A40DC;
}
</style>