Shades of Rich Blue #565AAC
Tints of Rich Blue #565AAC
RGB
CMYK
RGB Variations
Color information
#565AAC (or 0x565AAC) is known color: Rich Blue. HEX triplet: 56, 5A and AC. RGB value is (86,90,172). Sum of RGB (Red+Green+Blue) = 86+90+172=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #565AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565AAC is #A9A553. Grayscale: #616161. Windows color (decimal): -11117908 or 11295318. OLE color: 11295318.
HSL color Cylindrical-coordinate representation of color #565AAC: hue angle of 237.21º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #565AAC is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 90 | 172 | - |
| CMYK | 0.5 | 0.48 | 0 | 0.33 |
| HSL | 237.21º | 0.34% | 0.51% | - |
| HSV(B) | 237.21º | 0.5% | 0.67% | - |
| XYZ | 14.94 | 12.27 | 40.61 | - |
| YUV | 98.15 | 169.67 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 172 | 0.5 | 0.48 | 0 | 0.33 | 237.21 | 0.34 | 0.51 |
| Hex | 56 | 5A | AC | 32 | 30 | 0 | 21 | ED | 22 | 33 |
| Octal | 126 | 132 | 254 | 62 | 60 | 0 | 41 | 355 | 42 | 63 |
| Binary | 1010110 | 1011010 | 10101100 | 110010 | 110000 | 0 | 100001 | 11101101 | 100010 | 110011 |
Color Harmonies of #565AAC
Complementary color
Monochromatic Colors of #565AAC
Black with #565AAC
Text Example
Text Example
White with #565AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565AAC; }
p { color: rgb(86,90,172); }
H1.HeaderClassName
{
color: #565AAC;
}
.AnyTagClassName
{
color: #565AAC;
}
</style>
background-color css
<style>
a { background-color: #565AAC; }
a { background-color: rgb(86,90,172); }
div.DivClassName
{
background-color: #565AAC;
}
.BgClassName
{
background-color: #565AAC;
}
</style>
border-color css
<style>
span { border-color: #565AAC; }
span { border-color: rgb(86,90,172); }
td.TdClassName
{
border-color: #565AAC;
}
.TagClassName
{
border-color: #565AAC;
}
</style>