Shades of Slate Blue #564DC2
Tints of Slate Blue #564DC2
RGB
CMYK
RGB Variations
Color information
#564DC2 (or 0x564DC2) is known color: Slate Blue. HEX triplet: 56, 4D and C2. RGB value is (86,77,194). Sum of RGB (Red+Green+Blue) = 86+77+194=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #564DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DC2 is #A9B23D. Grayscale: #5C5C5C. Windows color (decimal): -11121214 or 12733782. OLE color: 12733782.
HSL color Cylindrical-coordinate representation of color #564DC2: hue angle of 244.62º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #564DC2 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 77 | 194 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.24 |
| HSL | 244.62º | 0.49% | 0.53% | - |
| HSV(B) | 244.62º | 0.6% | 0.76% | - |
| XYZ | 16.23 | 11.18 | 52.34 | - |
| YUV | 93.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 194 | 0.56 | 0.60 | 0 | 0.24 | 244.62 | 0.49 | 0.53 |
| Hex | 56 | 4D | C2 | 38 | 3C | 0 | 18 | F5 | 31 | 35 |
| Octal | 126 | 115 | 302 | 70 | 74 | 0 | 30 | 365 | 61 | 65 |
| Binary | 1010110 | 1001101 | 11000010 | 111000 | 111100 | 0 | 11000 | 11110101 | 110001 | 110101 |
Color Harmonies of #564DC2
Complementary color
Monochromatic Colors of #564DC2
Black with #564DC2
Text Example
Text Example
White with #564DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564DC2; }
p { color: rgb(86,77,194); }
H1.HeaderClassName
{
color: #564DC2;
}
.AnyTagClassName
{
color: #564DC2;
}
</style>
background-color css
<style>
a { background-color: #564DC2; }
a { background-color: rgb(86,77,194); }
div.DivClassName
{
background-color: #564DC2;
}
.BgClassName
{
background-color: #564DC2;
}
</style>
border-color css
<style>
span { border-color: #564DC2; }
span { border-color: rgb(86,77,194); }
td.TdClassName
{
border-color: #564DC2;
}
.TagClassName
{
border-color: #564DC2;
}
</style>