Shades of Rich Blue #564EAF
Tints of Rich Blue #564EAF
RGB
CMYK
RGB Variations
Color information
#564EAF (or 0x564EAF) is known color: Rich Blue. HEX triplet: 56, 4E and AF. RGB value is (86,78,175). Sum of RGB (Red+Green+Blue) = 86+78+175=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #564EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564EAF is #A9B150. Grayscale: #5B5B5B. Windows color (decimal): -11120977 or 11488854. OLE color: 11488854.
HSL color Cylindrical-coordinate representation of color #564EAF: hue angle of 244.95º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564EAF is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 78 | 175 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.31 |
| HSL | 244.95º | 0.38% | 0.5% | - |
| HSV(B) | 244.95º | 0.55% | 0.69% | - |
| XYZ | 14.3 | 10.52 | 41.83 | - |
| YUV | 91.45 | 175.15 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 175 | 0.51 | 0.55 | 0 | 0.31 | 244.95 | 0.38 | 0.5 |
| Hex | 56 | 4E | AF | 33 | 37 | 0 | 1F | F5 | 26 | 32 |
| Octal | 126 | 116 | 257 | 63 | 67 | 0 | 37 | 365 | 46 | 62 |
| Binary | 1010110 | 1001110 | 10101111 | 110011 | 110111 | 0 | 11111 | 11110101 | 100110 | 110010 |
Color Harmonies of #564EAF
Complementary color
Monochromatic Colors of #564EAF
Black with #564EAF
Text Example
Text Example
White with #564EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EAF; }
p { color: rgb(86,78,175); }
H1.HeaderClassName
{
color: #564EAF;
}
.AnyTagClassName
{
color: #564EAF;
}
</style>
background-color css
<style>
a { background-color: #564EAF; }
a { background-color: rgb(86,78,175); }
div.DivClassName
{
background-color: #564EAF;
}
.BgClassName
{
background-color: #564EAF;
}
</style>
border-color css
<style>
span { border-color: #564EAF; }
span { border-color: rgb(86,78,175); }
td.TdClassName
{
border-color: #564EAF;
}
.TagClassName
{
border-color: #564EAF;
}
</style>