Shades of Slate Blue #564CCF
Tints of Slate Blue #564CCF
RGB
CMYK
RGB Variations
Color information
#564CCF (or 0x564CCF) is known color: Slate Blue. HEX triplet: 56, 4C and CF. RGB value is (86,76,207). Sum of RGB (Red+Green+Blue) = 86+76+207=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #564CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CCF is #A9B330. Grayscale: #5D5D5D. Windows color (decimal): -11121457 or 13585494. OLE color: 13585494.
HSL color Cylindrical-coordinate representation of color #564CCF: hue angle of 244.58º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #564CCF is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 76 | 207 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.19 |
| HSL | 244.58º | 0.58% | 0.55% | - |
| HSV(B) | 244.58º | 0.63% | 0.81% | - |
| XYZ | 17.68 | 11.65 | 60.35 | - |
| YUV | 93.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 207 | 0.58 | 0.63 | 0 | 0.19 | 244.58 | 0.58 | 0.55 |
| Hex | 56 | 4C | CF | 3A | 3F | 0 | 13 | F5 | 3A | 37 |
| Octal | 126 | 114 | 317 | 72 | 77 | 0 | 23 | 365 | 72 | 67 |
| Binary | 1010110 | 1001100 | 11001111 | 111010 | 111111 | 0 | 10011 | 11110101 | 111010 | 110111 |
Color Harmonies of #564CCF
Complementary color
Monochromatic Colors of #564CCF
Black with #564CCF
Text Example
Text Example
White with #564CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564CCF; }
p { color: rgb(86,76,207); }
H1.HeaderClassName
{
color: #564CCF;
}
.AnyTagClassName
{
color: #564CCF;
}
</style>
background-color css
<style>
a { background-color: #564CCF; }
a { background-color: rgb(86,76,207); }
div.DivClassName
{
background-color: #564CCF;
}
.BgClassName
{
background-color: #564CCF;
}
</style>
border-color css
<style>
span { border-color: #564CCF; }
span { border-color: rgb(86,76,207); }
td.TdClassName
{
border-color: #564CCF;
}
.TagClassName
{
border-color: #564CCF;
}
</style>