Shades of Rich Blue #564EAC
Tints of Rich Blue #564EAC
RGB
CMYK
RGB Variations
Color information
#564EAC (or 0x564EAC) is known color: Rich Blue. HEX triplet: 56, 4E and AC. RGB value is (86,78,172). Sum of RGB (Red+Green+Blue) = 86+78+172=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #564EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564EAC is #A9B153. Grayscale: #5A5A5A. Windows color (decimal): -11120980 or 11292246. OLE color: 11292246.
HSL color Cylindrical-coordinate representation of color #564EAC: hue angle of 245.11º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564EAC is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 78 | 172 | - |
| CMYK | 0.5 | 0.55 | 0 | 0.33 |
| HSL | 245.11º | 0.38% | 0.49% | - |
| HSV(B) | 245.11º | 0.55% | 0.67% | - |
| XYZ | 14.01 | 10.41 | 40.3 | - |
| YUV | 91.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 172 | 0.5 | 0.55 | 0 | 0.33 | 245.11 | 0.38 | 0.49 |
| Hex | 56 | 4E | AC | 32 | 37 | 0 | 21 | F5 | 26 | 31 |
| Octal | 126 | 116 | 254 | 62 | 67 | 0 | 41 | 365 | 46 | 61 |
| Binary | 1010110 | 1001110 | 10101100 | 110010 | 110111 | 0 | 100001 | 11110101 | 100110 | 110001 |
Color Harmonies of #564EAC
Complementary color
Monochromatic Colors of #564EAC
Black with #564EAC
Text Example
Text Example
White with #564EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EAC; }
p { color: rgb(86,78,172); }
H1.HeaderClassName
{
color: #564EAC;
}
.AnyTagClassName
{
color: #564EAC;
}
</style>
background-color css
<style>
a { background-color: #564EAC; }
a { background-color: rgb(86,78,172); }
div.DivClassName
{
background-color: #564EAC;
}
.BgClassName
{
background-color: #564EAC;
}
</style>
border-color css
<style>
span { border-color: #564EAC; }
span { border-color: rgb(86,78,172); }
td.TdClassName
{
border-color: #564EAC;
}
.TagClassName
{
border-color: #564EAC;
}
</style>