Shades of Rich Blue #564DA8
Tints of Rich Blue #564DA8
RGB
CMYK
RGB Variations
Color information
#564DA8 (or 0x564DA8) is known color: Rich Blue. HEX triplet: 56, 4D and A8. RGB value is (86,77,168). Sum of RGB (Red+Green+Blue) = 86+77+168=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 168 (66.02% from 255 or 50.76% from 331); Max value from RGB is 168 - color contains mainly: blue. Hex color #564DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564DA8 is #A9B257. Grayscale: #595959. Windows color (decimal): -11121240 or 11029846. OLE color: 11029846.
HSL color Cylindrical-coordinate representation of color #564DA8: hue angle of 245.93º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #564DA8 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 77 | 168 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.34 |
| HSL | 245.93º | 0.37% | 0.48% | - |
| HSV(B) | 245.93º | 0.54% | 0.66% | - |
| XYZ | 13.56 | 10.11 | 38.28 | - |
| YUV | 90.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 168 | 0.49 | 0.54 | 0 | 0.34 | 245.93 | 0.37 | 0.48 |
| Hex | 56 | 4D | A8 | 31 | 36 | 0 | 22 | F6 | 25 | 30 |
| Octal | 126 | 115 | 250 | 61 | 66 | 0 | 42 | 366 | 45 | 60 |
| Binary | 1010110 | 1001101 | 10101000 | 110001 | 110110 | 0 | 100010 | 11110110 | 100101 | 110000 |
Color Harmonies of #564DA8
Complementary color
Monochromatic Colors of #564DA8
Black with #564DA8
Text Example
Text Example
White with #564DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564DA8; }
p { color: rgb(86,77,168); }
H1.HeaderClassName
{
color: #564DA8;
}
.AnyTagClassName
{
color: #564DA8;
}
</style>
background-color css
<style>
a { background-color: #564DA8; }
a { background-color: rgb(86,77,168); }
div.DivClassName
{
background-color: #564DA8;
}
.BgClassName
{
background-color: #564DA8;
}
</style>
border-color css
<style>
span { border-color: #564DA8; }
span { border-color: rgb(86,77,168); }
td.TdClassName
{
border-color: #564DA8;
}
.TagClassName
{
border-color: #564DA8;
}
</style>