Shades of Rich Blue #564FA8
Tints of Rich Blue #564FA8
RGB
CMYK
RGB Variations
Color information
#564FA8 (or 0x564FA8) is known color: Rich Blue. HEX triplet: 56, 4F and A8. RGB value is (86,79,168). Sum of RGB (Red+Green+Blue) = 86+79+168=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 168 (66.02% from 255 or 50.45% from 333); Max value from RGB is 168 - color contains mainly: blue. Hex color #564FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564FA8 is #A9B057. Grayscale: #5A5A5A. Windows color (decimal): -11120728 or 11030358. OLE color: 11030358.
HSL color Cylindrical-coordinate representation of color #564FA8: hue angle of 244.72º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #564FA8 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 79 | 168 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.34 |
| HSL | 244.72º | 0.36% | 0.48% | - |
| HSV(B) | 244.72º | 0.53% | 0.66% | - |
| XYZ | 13.7 | 10.4 | 38.33 | - |
| YUV | 91.24 | 171.32 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 168 | 0.49 | 0.53 | 0 | 0.34 | 244.72 | 0.36 | 0.48 |
| Hex | 56 | 4F | A8 | 31 | 35 | 0 | 22 | F5 | 24 | 30 |
| Octal | 126 | 117 | 250 | 61 | 65 | 0 | 42 | 365 | 44 | 60 |
| Binary | 1010110 | 1001111 | 10101000 | 110001 | 110101 | 0 | 100010 | 11110101 | 100100 | 110000 |
Color Harmonies of #564FA8
Complementary color
Monochromatic Colors of #564FA8
Black with #564FA8
Text Example
Text Example
White with #564FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564FA8; }
p { color: rgb(86,79,168); }
H1.HeaderClassName
{
color: #564FA8;
}
.AnyTagClassName
{
color: #564FA8;
}
</style>
background-color css
<style>
a { background-color: #564FA8; }
a { background-color: rgb(86,79,168); }
div.DivClassName
{
background-color: #564FA8;
}
.BgClassName
{
background-color: #564FA8;
}
</style>
border-color css
<style>
span { border-color: #564FA8; }
span { border-color: rgb(86,79,168); }
td.TdClassName
{
border-color: #564FA8;
}
.TagClassName
{
border-color: #564FA8;
}
</style>