Shades of Rich Blue #564EC0
Tints of Rich Blue #564EC0
RGB
CMYK
RGB Variations
Color information
#564EC0 (or 0x564EC0) is known color: Rich Blue. HEX triplet: 56, 4E and C0. RGB value is (86,78,192). Sum of RGB (Red+Green+Blue) = 86+78+192=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #564EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EC0 is #A9B13F. Grayscale: #5C5C5C. Windows color (decimal): -11120960 or 12602966. OLE color: 12602966.
HSL color Cylindrical-coordinate representation of color #564EC0: hue angle of 244.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #564EC0 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 78 | 192 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.25 |
| HSL | 244.21º | 0.48% | 0.53% | - |
| HSV(B) | 244.21º | 0.59% | 0.75% | - |
| XYZ | 16.08 | 11.23 | 51.19 | - |
| YUV | 93.39 | 183.65 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 192 | 0.55 | 0.59 | 0 | 0.25 | 244.21 | 0.48 | 0.53 |
| Hex | 56 | 4E | C0 | 37 | 3B | 0 | 19 | F4 | 30 | 35 |
| Octal | 126 | 116 | 300 | 67 | 73 | 0 | 31 | 364 | 60 | 65 |
| Binary | 1010110 | 1001110 | 11000000 | 110111 | 111011 | 0 | 11001 | 11110100 | 110000 | 110101 |
Color Harmonies of #564EC0
Complementary color
Monochromatic Colors of #564EC0
Black with #564EC0
Text Example
Text Example
White with #564EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EC0; }
p { color: rgb(86,78,192); }
H1.HeaderClassName
{
color: #564EC0;
}
.AnyTagClassName
{
color: #564EC0;
}
</style>
background-color css
<style>
a { background-color: #564EC0; }
a { background-color: rgb(86,78,192); }
div.DivClassName
{
background-color: #564EC0;
}
.BgClassName
{
background-color: #564EC0;
}
</style>
border-color css
<style>
span { border-color: #564EC0; }
span { border-color: rgb(86,78,192); }
td.TdClassName
{
border-color: #564EC0;
}
.TagClassName
{
border-color: #564EC0;
}
</style>