Shades of Rich Blue #564EC1
Tints of Rich Blue #564EC1
RGB
CMYK
RGB Variations
Color information
#564EC1 (or 0x564EC1) is known color: Rich Blue. HEX triplet: 56, 4E and C1. RGB value is (86,78,193). Sum of RGB (Red+Green+Blue) = 86+78+193=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #564EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EC1 is #A9B13E. Grayscale: #5D5D5D. Windows color (decimal): -11120959 or 12668502. OLE color: 12668502.
HSL color Cylindrical-coordinate representation of color #564EC1: hue angle of 244.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #564EC1 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 78 | 193 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.24 |
| HSL | 244.17º | 0.48% | 0.53% | - |
| HSV(B) | 244.17º | 0.6% | 0.76% | - |
| XYZ | 16.19 | 11.28 | 51.78 | - |
| YUV | 93.5 | 184.15 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 193 | 0.55 | 0.60 | 0 | 0.24 | 244.17 | 0.48 | 0.53 |
| Hex | 56 | 4E | C1 | 37 | 3C | 0 | 18 | F4 | 30 | 35 |
| Octal | 126 | 116 | 301 | 67 | 74 | 0 | 30 | 364 | 60 | 65 |
| Binary | 1010110 | 1001110 | 11000001 | 110111 | 111100 | 0 | 11000 | 11110100 | 110000 | 110101 |
Color Harmonies of #564EC1
Complementary color
Monochromatic Colors of #564EC1
Black with #564EC1
Text Example
Text Example
White with #564EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EC1; }
p { color: rgb(86,78,193); }
H1.HeaderClassName
{
color: #564EC1;
}
.AnyTagClassName
{
color: #564EC1;
}
</style>
background-color css
<style>
a { background-color: #564EC1; }
a { background-color: rgb(86,78,193); }
div.DivClassName
{
background-color: #564EC1;
}
.BgClassName
{
background-color: #564EC1;
}
</style>
border-color css
<style>
span { border-color: #564EC1; }
span { border-color: rgb(86,78,193); }
td.TdClassName
{
border-color: #564EC1;
}
.TagClassName
{
border-color: #564EC1;
}
</style>