Shades of Slate Blue #564CCD
Tints of Slate Blue #564CCD
RGB
CMYK
RGB Variations
Color information
#564CCD (or 0x564CCD) is known color: Slate Blue. HEX triplet: 56, 4C and CD. RGB value is (86,76,205). Sum of RGB (Red+Green+Blue) = 86+76+205=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #564CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CCD is #A9B332. Grayscale: #5D5D5D. Windows color (decimal): -11121459 or 13454422. OLE color: 13454422.
HSL color Cylindrical-coordinate representation of color #564CCD: hue angle of 244.65º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #564CCD is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 76 | 205 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.20 |
| HSL | 244.65º | 0.56% | 0.55% | - |
| HSV(B) | 244.65º | 0.63% | 0.8% | - |
| XYZ | 17.44 | 11.56 | 59.07 | - |
| YUV | 93.7 | 190.81 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 205 | 0.58 | 0.63 | 0 | 0.20 | 244.65 | 0.56 | 0.55 |
| Hex | 56 | 4C | CD | 3A | 3F | 0 | 14 | F5 | 38 | 37 |
| Octal | 126 | 114 | 315 | 72 | 77 | 0 | 24 | 365 | 70 | 67 |
| Binary | 1010110 | 1001100 | 11001101 | 111010 | 111111 | 0 | 10100 | 11110101 | 111000 | 110111 |
Color Harmonies of #564CCD
Complementary color
Monochromatic Colors of #564CCD
Black with #564CCD
Text Example
Text Example
White with #564CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564CCD; }
p { color: rgb(86,76,205); }
H1.HeaderClassName
{
color: #564CCD;
}
.AnyTagClassName
{
color: #564CCD;
}
</style>
background-color css
<style>
a { background-color: #564CCD; }
a { background-color: rgb(86,76,205); }
div.DivClassName
{
background-color: #564CCD;
}
.BgClassName
{
background-color: #564CCD;
}
</style>
border-color css
<style>
span { border-color: #564CCD; }
span { border-color: rgb(86,76,205); }
td.TdClassName
{
border-color: #564CCD;
}
.TagClassName
{
border-color: #564CCD;
}
</style>