Shades of Slate Blue #564AD5
Tints of Slate Blue #564AD5
RGB
CMYK
RGB Variations
Color information
#564AD5 (or 0x564AD5) is known color: Slate Blue. HEX triplet: 56, 4A and D5. RGB value is (86,74,213). Sum of RGB (Red+Green+Blue) = 86+74+213=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 213 (83.59% from 255 or 57.10% from 373); Max value from RGB is 213 - color contains mainly: blue. Hex color #564AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564AD5 is #A9B52A. Grayscale: #5C5C5C. Windows color (decimal): -11121963 or 13978198. OLE color: 13978198.
HSL color Cylindrical-coordinate representation of color #564AD5: hue angle of 245.18º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #564AD5 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 74 | 213 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.16 |
| HSL | 245.18º | 0.62% | 0.56% | - |
| HSV(B) | 245.18º | 0.65% | 0.84% | - |
| XYZ | 18.3 | 11.68 | 64.24 | - |
| YUV | 93.43 | 195.48 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 213 | 0.60 | 0.65 | 0 | 0.16 | 245.18 | 0.62 | 0.56 |
| Hex | 56 | 4A | D5 | 3C | 41 | 0 | 10 | F5 | 3E | 38 |
| Octal | 126 | 112 | 325 | 74 | 101 | 0 | 20 | 365 | 76 | 70 |
| Binary | 1010110 | 1001010 | 11010101 | 111100 | 1000001 | 0 | 10000 | 11110101 | 111110 | 111000 |
Color Harmonies of #564AD5
Complementary color
Monochromatic Colors of #564AD5
Black with #564AD5
Text Example
Text Example
White with #564AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564AD5; }
p { color: rgb(86,74,213); }
H1.HeaderClassName
{
color: #564AD5;
}
.AnyTagClassName
{
color: #564AD5;
}
</style>
background-color css
<style>
a { background-color: #564AD5; }
a { background-color: rgb(86,74,213); }
div.DivClassName
{
background-color: #564AD5;
}
.BgClassName
{
background-color: #564AD5;
}
</style>
border-color css
<style>
span { border-color: #564AD5; }
span { border-color: rgb(86,74,213); }
td.TdClassName
{
border-color: #564AD5;
}
.TagClassName
{
border-color: #564AD5;
}
</style>