Shades of Rich Blue #565AAF
Tints of Rich Blue #565AAF
RGB
CMYK
RGB Variations
Color information
#565AAF (or 0x565AAF) is known color: Rich Blue. HEX triplet: 56, 5A and AF. RGB value is (86,90,175). Sum of RGB (Red+Green+Blue) = 86+90+175=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #565AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565AAF is #A9A550. Grayscale: #626262. Windows color (decimal): -11117905 or 11491926. OLE color: 11491926.
HSL color Cylindrical-coordinate representation of color #565AAF: hue angle of 237.3º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #565AAF is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 90 | 175 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.31 |
| HSL | 237.3º | 0.36% | 0.51% | - |
| HSV(B) | 237.3º | 0.51% | 0.69% | - |
| XYZ | 15.23 | 12.39 | 42.15 | - |
| YUV | 98.49 | 171.17 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 175 | 0.51 | 0.49 | 0 | 0.31 | 237.3 | 0.36 | 0.51 |
| Hex | 56 | 5A | AF | 33 | 31 | 0 | 1F | ED | 24 | 33 |
| Octal | 126 | 132 | 257 | 63 | 61 | 0 | 37 | 355 | 44 | 63 |
| Binary | 1010110 | 1011010 | 10101111 | 110011 | 110001 | 0 | 11111 | 11101101 | 100100 | 110011 |
Color Harmonies of #565AAF
Complementary color
Monochromatic Colors of #565AAF
Black with #565AAF
Text Example
Text Example
White with #565AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565AAF; }
p { color: rgb(86,90,175); }
H1.HeaderClassName
{
color: #565AAF;
}
.AnyTagClassName
{
color: #565AAF;
}
</style>
background-color css
<style>
a { background-color: #565AAF; }
a { background-color: rgb(86,90,175); }
div.DivClassName
{
background-color: #565AAF;
}
.BgClassName
{
background-color: #565AAF;
}
</style>
border-color css
<style>
span { border-color: #565AAF; }
span { border-color: rgb(86,90,175); }
td.TdClassName
{
border-color: #565AAF;
}
.TagClassName
{
border-color: #565AAF;
}
</style>