Shades of Slate Blue #5A4FDC
Tints of Slate Blue #5A4FDC
RGB
CMYK
RGB Variations
Color information
#5A4FDC (or 0x5A4FDC) is known color: Slate Blue. HEX triplet: 5A, 4F and DC. RGB value is (90,79,220). Sum of RGB (Red+Green+Blue) = 90+79+220=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #5A4FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4FDC is #A5B023. Grayscale: #616161. Windows color (decimal): -10858532 or 14438234. OLE color: 14438234.
HSL color Cylindrical-coordinate representation of color #5A4FDC: hue angle of 244.68º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A4FDC is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 79 | 220 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.14 |
| HSL | 244.68º | 0.67% | 0.59% | - |
| HSV(B) | 244.68º | 0.64% | 0.86% | - |
| XYZ | 19.93 | 12.93 | 69.16 | - |
| YUV | 98.36 | 196.64 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 79 | 220 | 0.59 | 0.64 | 0 | 0.14 | 244.68 | 0.67 | 0.59 |
| Hex | 5A | 4F | DC | 3B | 40 | 0 | E | F5 | 43 | 3B |
| Octal | 132 | 117 | 334 | 73 | 100 | 0 | 16 | 365 | 103 | 73 |
| Binary | 1011010 | 1001111 | 11011100 | 111011 | 1000000 | 0 | 1110 | 11110101 | 1000011 | 111011 |
Color Harmonies of #5A4FDC
Complementary color
Monochromatic Colors of #5A4FDC
Black with #5A4FDC
Text Example
Text Example
White with #5A4FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4FDC; }
p { color: rgb(90,79,220); }
H1.HeaderClassName
{
color: #5A4FDC;
}
.AnyTagClassName
{
color: #5A4FDC;
}
</style>
background-color css
<style>
a { background-color: #5A4FDC; }
a { background-color: rgb(90,79,220); }
div.DivClassName
{
background-color: #5A4FDC;
}
.BgClassName
{
background-color: #5A4FDC;
}
</style>
border-color css
<style>
span { border-color: #5A4FDC; }
span { border-color: rgb(90,79,220); }
td.TdClassName
{
border-color: #5A4FDC;
}
.TagClassName
{
border-color: #5A4FDC;
}
</style>