Shades of Rich Blue #564DC1
Tints of Rich Blue #564DC1
RGB
CMYK
RGB Variations
Color information
#564DC1 (or 0x564DC1) is known color: Rich Blue. HEX triplet: 56, 4D and C1. RGB value is (86,77,193). Sum of RGB (Red+Green+Blue) = 86+77+193=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #564DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DC1 is #A9B23E. Grayscale: #5C5C5C. Windows color (decimal): -11121215 or 12668246. OLE color: 12668246.
HSL color Cylindrical-coordinate representation of color #564DC1: hue angle of 244.66º 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 #564DC1 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 77 | 193 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.24 |
| HSL | 244.66º | 0.48% | 0.53% | - |
| HSV(B) | 244.66º | 0.6% | 0.76% | - |
| XYZ | 16.12 | 11.14 | 51.75 | - |
| YUV | 92.92 | 184.48 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 193 | 0.55 | 0.60 | 0 | 0.24 | 244.66 | 0.48 | 0.53 |
| Hex | 56 | 4D | C1 | 37 | 3C | 0 | 18 | F5 | 30 | 35 |
| Octal | 126 | 115 | 301 | 67 | 74 | 0 | 30 | 365 | 60 | 65 |
| Binary | 1010110 | 1001101 | 11000001 | 110111 | 111100 | 0 | 11000 | 11110101 | 110000 | 110101 |
Color Harmonies of #564DC1
Complementary color
Monochromatic Colors of #564DC1
Black with #564DC1
Text Example
Text Example
White with #564DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564DC1; }
p { color: rgb(86,77,193); }
H1.HeaderClassName
{
color: #564DC1;
}
.AnyTagClassName
{
color: #564DC1;
}
</style>
background-color css
<style>
a { background-color: #564DC1; }
a { background-color: rgb(86,77,193); }
div.DivClassName
{
background-color: #564DC1;
}
.BgClassName
{
background-color: #564DC1;
}
</style>
border-color css
<style>
span { border-color: #564DC1; }
span { border-color: rgb(86,77,193); }
td.TdClassName
{
border-color: #564DC1;
}
.TagClassName
{
border-color: #564DC1;
}
</style>