Shades of Slate Blue #564BC7
Tints of Slate Blue #564BC7
RGB
CMYK
RGB Variations
Color information
#564BC7 (or 0x564BC7) is known color: Slate Blue. HEX triplet: 56, 4B and C7. RGB value is (86,75,199). Sum of RGB (Red+Green+Blue) = 86+75+199=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 199 (78.12% from 255 or 55.28% from 360); Max value from RGB is 199 - color contains mainly: blue. Hex color #564BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BC7 is #A9B438. Grayscale: #5B5B5B. Windows color (decimal): -11121721 or 13060950. OLE color: 13060950.
HSL color Cylindrical-coordinate representation of color #564BC7: hue angle of 245.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #564BC7 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 75 | 199 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.22 |
| HSL | 245.32º | 0.53% | 0.54% | - |
| HSV(B) | 245.32º | 0.62% | 0.78% | - |
| XYZ | 16.66 | 11.13 | 55.3 | - |
| YUV | 92.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 199 | 0.57 | 0.62 | 0 | 0.22 | 245.32 | 0.53 | 0.54 |
| Hex | 56 | 4B | C7 | 39 | 3E | 0 | 16 | F5 | 35 | 36 |
| Octal | 126 | 113 | 307 | 71 | 76 | 0 | 26 | 365 | 65 | 66 |
| Binary | 1010110 | 1001011 | 11000111 | 111001 | 111110 | 0 | 10110 | 11110101 | 110101 | 110110 |
Color Harmonies of #564BC7
Complementary color
Monochromatic Colors of #564BC7
Black with #564BC7
Text Example
Text Example
White with #564BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564BC7; }
p { color: rgb(86,75,199); }
H1.HeaderClassName
{
color: #564BC7;
}
.AnyTagClassName
{
color: #564BC7;
}
</style>
background-color css
<style>
a { background-color: #564BC7; }
a { background-color: rgb(86,75,199); }
div.DivClassName
{
background-color: #564BC7;
}
.BgClassName
{
background-color: #564BC7;
}
</style>
border-color css
<style>
span { border-color: #564BC7; }
span { border-color: rgb(86,75,199); }
td.TdClassName
{
border-color: #564BC7;
}
.TagClassName
{
border-color: #564BC7;
}
</style>