Shades of Rich Blue #564DA6
Tints of Rich Blue #564DA6
RGB
CMYK
RGB Variations
Color information
#564DA6 (or 0x564DA6) is known color: Rich Blue. HEX triplet: 56, 4D and A6. RGB value is (86,77,166). Sum of RGB (Red+Green+Blue) = 86+77+166=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #564DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564DA6 is #A9B259. Grayscale: #595959. Windows color (decimal): -11121242 or 10898774. OLE color: 10898774.
HSL color Cylindrical-coordinate representation of color #564DA6: hue angle of 246.07º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #564DA6 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 77 | 166 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.35 |
| HSL | 246.07º | 0.37% | 0.48% | - |
| HSV(B) | 246.07º | 0.54% | 0.65% | - |
| XYZ | 13.37 | 10.04 | 37.31 | - |
| YUV | 89.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 166 | 0.48 | 0.54 | 0 | 0.35 | 246.07 | 0.37 | 0.48 |
| Hex | 56 | 4D | A6 | 30 | 36 | 0 | 23 | F6 | 25 | 30 |
| Octal | 126 | 115 | 246 | 60 | 66 | 0 | 43 | 366 | 45 | 60 |
| Binary | 1010110 | 1001101 | 10100110 | 110000 | 110110 | 0 | 100011 | 11110110 | 100101 | 110000 |
Color Harmonies of #564DA6
Complementary color
Monochromatic Colors of #564DA6
Black with #564DA6
Text Example
Text Example
White with #564DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564DA6; }
p { color: rgb(86,77,166); }
H1.HeaderClassName
{
color: #564DA6;
}
.AnyTagClassName
{
color: #564DA6;
}
</style>
background-color css
<style>
a { background-color: #564DA6; }
a { background-color: rgb(86,77,166); }
div.DivClassName
{
background-color: #564DA6;
}
.BgClassName
{
background-color: #564DA6;
}
</style>
border-color css
<style>
span { border-color: #564DA6; }
span { border-color: rgb(86,77,166); }
td.TdClassName
{
border-color: #564DA6;
}
.TagClassName
{
border-color: #564DA6;
}
</style>