Shades of Rich Blue #564EBE
Tints of Rich Blue #564EBE
RGB
CMYK
RGB Variations
Color information
#564EBE (or 0x564EBE) is known color: Rich Blue. HEX triplet: 56, 4E and BE. RGB value is (86,78,190). Sum of RGB (Red+Green+Blue) = 86+78+190=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #564EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EBE is #A9B141. Grayscale: #5C5C5C. Windows color (decimal): -11120962 or 12471894. OLE color: 12471894.
HSL color Cylindrical-coordinate representation of color #564EBE: hue angle of 244.29º degrees, saturation: 0.46, 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 #564EBE is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 78 | 190 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.25 |
| HSL | 244.29º | 0.46% | 0.53% | - |
| HSV(B) | 244.29º | 0.59% | 0.75% | - |
| XYZ | 15.86 | 11.14 | 50.03 | - |
| YUV | 93.16 | 182.65 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 190 | 0.55 | 0.59 | 0 | 0.25 | 244.29 | 0.46 | 0.53 |
| Hex | 56 | 4E | BE | 37 | 3B | 0 | 19 | F4 | 2E | 35 |
| Octal | 126 | 116 | 276 | 67 | 73 | 0 | 31 | 364 | 56 | 65 |
| Binary | 1010110 | 1001110 | 10111110 | 110111 | 111011 | 0 | 11001 | 11110100 | 101110 | 110101 |
Color Harmonies of #564EBE
Complementary color
Monochromatic Colors of #564EBE
Black with #564EBE
Text Example
Text Example
White with #564EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EBE; }
p { color: rgb(86,78,190); }
H1.HeaderClassName
{
color: #564EBE;
}
.AnyTagClassName
{
color: #564EBE;
}
</style>
background-color css
<style>
a { background-color: #564EBE; }
a { background-color: rgb(86,78,190); }
div.DivClassName
{
background-color: #564EBE;
}
.BgClassName
{
background-color: #564EBE;
}
</style>
border-color css
<style>
span { border-color: #564EBE; }
span { border-color: rgb(86,78,190); }
td.TdClassName
{
border-color: #564EBE;
}
.TagClassName
{
border-color: #564EBE;
}
</style>