Shades of Rich Blue #565AAD
Tints of Rich Blue #565AAD
RGB
CMYK
RGB Variations
Color information
#565AAD (or 0x565AAD) is known color: Rich Blue. HEX triplet: 56, 5A and AD. RGB value is (86,90,173). Sum of RGB (Red+Green+Blue) = 86+90+173=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #565AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565AAD is #A9A552. Grayscale: #616161. Windows color (decimal): -11117907 or 11360854. OLE color: 11360854.
HSL color Cylindrical-coordinate representation of color #565AAD: hue angle of 237.24º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #565AAD is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 90 | 173 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.32 |
| HSL | 237.24º | 0.35% | 0.51% | - |
| HSV(B) | 237.24º | 0.5% | 0.68% | - |
| XYZ | 15.04 | 12.31 | 41.12 | - |
| YUV | 98.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 173 | 0.50 | 0.48 | 0 | 0.32 | 237.24 | 0.35 | 0.51 |
| Hex | 56 | 5A | AD | 32 | 30 | 0 | 20 | ED | 23 | 33 |
| Octal | 126 | 132 | 255 | 62 | 60 | 0 | 40 | 355 | 43 | 63 |
| Binary | 1010110 | 1011010 | 10101101 | 110010 | 110000 | 0 | 100000 | 11101101 | 100011 | 110011 |
Color Harmonies of #565AAD
Complementary color
Monochromatic Colors of #565AAD
Black with #565AAD
Text Example
Text Example
White with #565AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565AAD; }
p { color: rgb(86,90,173); }
H1.HeaderClassName
{
color: #565AAD;
}
.AnyTagClassName
{
color: #565AAD;
}
</style>
background-color css
<style>
a { background-color: #565AAD; }
a { background-color: rgb(86,90,173); }
div.DivClassName
{
background-color: #565AAD;
}
.BgClassName
{
background-color: #565AAD;
}
</style>
border-color css
<style>
span { border-color: #565AAD; }
span { border-color: rgb(86,90,173); }
td.TdClassName
{
border-color: #565AAD;
}
.TagClassName
{
border-color: #565AAD;
}
</style>