Shades of Rich Blue #564EA7
Tints of Rich Blue #564EA7
RGB
CMYK
RGB Variations
Color information
#564EA7 (or 0x564EA7) is known color: Rich Blue. HEX triplet: 56, 4E and A7. RGB value is (86,78,167). Sum of RGB (Red+Green+Blue) = 86+78+167=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 167 (65.62% from 255 or 50.45% from 331); Max value from RGB is 167 - color contains mainly: blue. Hex color #564EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564EA7 is #A9B158. Grayscale: #5A5A5A. Windows color (decimal): -11120985 or 10964566. OLE color: 10964566.
HSL color Cylindrical-coordinate representation of color #564EA7: hue angle of 245.39º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #564EA7 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 78 | 167 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.35 |
| HSL | 245.39º | 0.36% | 0.48% | - |
| HSV(B) | 245.39º | 0.53% | 0.65% | - |
| XYZ | 13.54 | 10.22 | 37.82 | - |
| YUV | 90.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 167 | 0.49 | 0.53 | 0 | 0.35 | 245.39 | 0.36 | 0.48 |
| Hex | 56 | 4E | A7 | 31 | 35 | 0 | 23 | F5 | 24 | 30 |
| Octal | 126 | 116 | 247 | 61 | 65 | 0 | 43 | 365 | 44 | 60 |
| Binary | 1010110 | 1001110 | 10100111 | 110001 | 110101 | 0 | 100011 | 11110101 | 100100 | 110000 |
Color Harmonies of #564EA7
Complementary color
Monochromatic Colors of #564EA7
Black with #564EA7
Text Example
Text Example
White with #564EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EA7; }
p { color: rgb(86,78,167); }
H1.HeaderClassName
{
color: #564EA7;
}
.AnyTagClassName
{
color: #564EA7;
}
</style>
background-color css
<style>
a { background-color: #564EA7; }
a { background-color: rgb(86,78,167); }
div.DivClassName
{
background-color: #564EA7;
}
.BgClassName
{
background-color: #564EA7;
}
</style>
border-color css
<style>
span { border-color: #564EA7; }
span { border-color: rgb(86,78,167); }
td.TdClassName
{
border-color: #564EA7;
}
.TagClassName
{
border-color: #564EA7;
}
</style>