Shades of Slate Blue #564CCC
Tints of Slate Blue #564CCC
RGB
CMYK
RGB Variations
Color information
#564CCC (or 0x564CCC) is known color: Slate Blue. HEX triplet: 56, 4C and CC. RGB value is (86,76,204). Sum of RGB (Red+Green+Blue) = 86+76+204=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #564CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CCC is #A9B333. Grayscale: #5D5D5D. Windows color (decimal): -11121460 or 13388886. OLE color: 13388886.
HSL color Cylindrical-coordinate representation of color #564CCC: hue angle of 244.69º 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 #564CCC is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 76 | 204 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.2 |
| HSL | 244.69º | 0.56% | 0.55% | - |
| HSV(B) | 244.69º | 0.63% | 0.8% | - |
| XYZ | 17.32 | 11.51 | 58.43 | - |
| YUV | 93.58 | 190.31 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 204 | 0.58 | 0.63 | 0 | 0.2 | 244.69 | 0.56 | 0.55 |
| Hex | 56 | 4C | CC | 3A | 3F | 0 | 14 | F5 | 38 | 37 |
| Octal | 126 | 114 | 314 | 72 | 77 | 0 | 24 | 365 | 70 | 67 |
| Binary | 1010110 | 1001100 | 11001100 | 111010 | 111111 | 0 | 10100 | 11110101 | 111000 | 110111 |
Color Harmonies of #564CCC
Complementary color
Monochromatic Colors of #564CCC
Black with #564CCC
Text Example
Text Example
White with #564CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564CCC; }
p { color: rgb(86,76,204); }
H1.HeaderClassName
{
color: #564CCC;
}
.AnyTagClassName
{
color: #564CCC;
}
</style>
background-color css
<style>
a { background-color: #564CCC; }
a { background-color: rgb(86,76,204); }
div.DivClassName
{
background-color: #564CCC;
}
.BgClassName
{
background-color: #564CCC;
}
</style>
border-color css
<style>
span { border-color: #564CCC; }
span { border-color: rgb(86,76,204); }
td.TdClassName
{
border-color: #564CCC;
}
.TagClassName
{
border-color: #564CCC;
}
</style>