Shades of Rich Blue #565BA6
Tints of Rich Blue #565BA6
RGB
CMYK
RGB Variations
Color information
#565BA6 (or 0x565BA6) is known color: Rich Blue. HEX triplet: 56, 5B and A6. RGB value is (86,91,166). Sum of RGB (Red+Green+Blue) = 86+91+166=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 166 - color contains mainly: blue. Hex color #565BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565BA6 is #A9A459. Grayscale: #616161. Windows color (decimal): -11117658 or 10902358. OLE color: 10902358.
HSL color Cylindrical-coordinate representation of color #565BA6: hue angle of 236.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #565BA6 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 91 | 166 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.35 |
| HSL | 236.25º | 0.32% | 0.49% | - |
| HSV(B) | 236.25º | 0.48% | 0.65% | - |
| XYZ | 14.46 | 12.21 | 37.67 | - |
| YUV | 98.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 166 | 0.48 | 0.45 | 0 | 0.35 | 236.25 | 0.32 | 0.49 |
| Hex | 56 | 5B | A6 | 30 | 2D | 0 | 23 | EC | 20 | 31 |
| Octal | 126 | 133 | 246 | 60 | 55 | 0 | 43 | 354 | 40 | 61 |
| Binary | 1010110 | 1011011 | 10100110 | 110000 | 101101 | 0 | 100011 | 11101100 | 100000 | 110001 |
Color Harmonies of #565BA6
Complementary color
Monochromatic Colors of #565BA6
Black with #565BA6
Text Example
Text Example
White with #565BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BA6; }
p { color: rgb(86,91,166); }
H1.HeaderClassName
{
color: #565BA6;
}
.AnyTagClassName
{
color: #565BA6;
}
</style>
background-color css
<style>
a { background-color: #565BA6; }
a { background-color: rgb(86,91,166); }
div.DivClassName
{
background-color: #565BA6;
}
.BgClassName
{
background-color: #565BA6;
}
</style>
border-color css
<style>
span { border-color: #565BA6; }
span { border-color: rgb(86,91,166); }
td.TdClassName
{
border-color: #565BA6;
}
.TagClassName
{
border-color: #565BA6;
}
</style>