Shades of Rich Blue #565ABB
Tints of Rich Blue #565ABB
RGB
CMYK
RGB Variations
Color information
#565ABB (or 0x565ABB) is known color: Rich Blue. HEX triplet: 56, 5A and BB. RGB value is (86,90,187). Sum of RGB (Red+Green+Blue) = 86+90+187=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #565ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ABB is #A9A544. Grayscale: #636363. Windows color (decimal): -11117893 or 12278358. OLE color: 12278358.
HSL color Cylindrical-coordinate representation of color #565ABB: hue angle of 237.62º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #565ABB is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 90 | 187 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.27 |
| HSL | 237.62º | 0.43% | 0.54% | - |
| HSV(B) | 237.62º | 0.54% | 0.73% | - |
| XYZ | 16.46 | 12.88 | 48.63 | - |
| YUV | 99.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 187 | 0.54 | 0.52 | 0 | 0.27 | 237.62 | 0.43 | 0.54 |
| Hex | 56 | 5A | BB | 36 | 34 | 0 | 1B | EE | 2B | 36 |
| Octal | 126 | 132 | 273 | 66 | 64 | 0 | 33 | 356 | 53 | 66 |
| Binary | 1010110 | 1011010 | 10111011 | 110110 | 110100 | 0 | 11011 | 11101110 | 101011 | 110110 |
Color Harmonies of #565ABB
Complementary color
Monochromatic Colors of #565ABB
Black with #565ABB
Text Example
Text Example
White with #565ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565ABB; }
p { color: rgb(86,90,187); }
H1.HeaderClassName
{
color: #565ABB;
}
.AnyTagClassName
{
color: #565ABB;
}
</style>
background-color css
<style>
a { background-color: #565ABB; }
a { background-color: rgb(86,90,187); }
div.DivClassName
{
background-color: #565ABB;
}
.BgClassName
{
background-color: #565ABB;
}
</style>
border-color css
<style>
span { border-color: #565ABB; }
span { border-color: rgb(86,90,187); }
td.TdClassName
{
border-color: #565ABB;
}
.TagClassName
{
border-color: #565ABB;
}
</style>