Shades of Rich Blue #565EAA
Tints of Rich Blue #565EAA
RGB
CMYK
RGB Variations
Color information
#565EAA (or 0x565EAA) is known color: Rich Blue. HEX triplet: 56, 5E and AA. RGB value is (86,94,170). Sum of RGB (Red+Green+Blue) = 86+94+170=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #565EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565EAA is #A9A155. Grayscale: #636363. Windows color (decimal): -11116886 or 11165270. OLE color: 11165270.
HSL color Cylindrical-coordinate representation of color #565EAA: hue angle of 234.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #565EAA is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 94 | 170 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.33 |
| HSL | 234.29º | 0.33% | 0.5% | - |
| HSV(B) | 234.29º | 0.49% | 0.67% | - |
| XYZ | 15.1 | 12.89 | 39.72 | - |
| YUV | 100.27 | 167.35 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 170 | 0.49 | 0.45 | 0 | 0.33 | 234.29 | 0.33 | 0.5 |
| Hex | 56 | 5E | AA | 31 | 2D | 0 | 21 | EA | 21 | 32 |
| Octal | 126 | 136 | 252 | 61 | 55 | 0 | 41 | 352 | 41 | 62 |
| Binary | 1010110 | 1011110 | 10101010 | 110001 | 101101 | 0 | 100001 | 11101010 | 100001 | 110010 |
Color Harmonies of #565EAA
Complementary color
Monochromatic Colors of #565EAA
Black with #565EAA
Text Example
Text Example
White with #565EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565EAA; }
p { color: rgb(86,94,170); }
H1.HeaderClassName
{
color: #565EAA;
}
.AnyTagClassName
{
color: #565EAA;
}
</style>
background-color css
<style>
a { background-color: #565EAA; }
a { background-color: rgb(86,94,170); }
div.DivClassName
{
background-color: #565EAA;
}
.BgClassName
{
background-color: #565EAA;
}
</style>
border-color css
<style>
span { border-color: #565EAA; }
span { border-color: rgb(86,94,170); }
td.TdClassName
{
border-color: #565EAA;
}
.TagClassName
{
border-color: #565EAA;
}
</style>