Shades of Rich Blue #565BB5
Tints of Rich Blue #565BB5
RGB
CMYK
RGB Variations
Color information
#565BB5 (or 0x565BB5) is known color: Rich Blue. HEX triplet: 56, 5B and B5. RGB value is (86,91,181). Sum of RGB (Red+Green+Blue) = 86+91+181=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 181 (71.09% from 255 or 50.56% from 358); Max value from RGB is 181 - color contains mainly: blue. Hex color #565BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BB5 is #A9A44A. Grayscale: #636363. Windows color (decimal): -11117643 or 11885398. OLE color: 11885398.
HSL color Cylindrical-coordinate representation of color #565BB5: hue angle of 236.84º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #565BB5 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 91 | 181 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.29 |
| HSL | 236.84º | 0.39% | 0.52% | - |
| HSV(B) | 236.84º | 0.52% | 0.71% | - |
| XYZ | 15.92 | 12.8 | 45.35 | - |
| YUV | 99.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 181 | 0.52 | 0.50 | 0 | 0.29 | 236.84 | 0.39 | 0.52 |
| Hex | 56 | 5B | B5 | 34 | 32 | 0 | 1D | ED | 27 | 34 |
| Octal | 126 | 133 | 265 | 64 | 62 | 0 | 35 | 355 | 47 | 64 |
| Binary | 1010110 | 1011011 | 10110101 | 110100 | 110010 | 0 | 11101 | 11101101 | 100111 | 110100 |
Color Harmonies of #565BB5
Complementary color
Monochromatic Colors of #565BB5
Black with #565BB5
Text Example
Text Example
White with #565BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BB5; }
p { color: rgb(86,91,181); }
H1.HeaderClassName
{
color: #565BB5;
}
.AnyTagClassName
{
color: #565BB5;
}
</style>
background-color css
<style>
a { background-color: #565BB5; }
a { background-color: rgb(86,91,181); }
div.DivClassName
{
background-color: #565BB5;
}
.BgClassName
{
background-color: #565BB5;
}
</style>
border-color css
<style>
span { border-color: #565BB5; }
span { border-color: rgb(86,91,181); }
td.TdClassName
{
border-color: #565BB5;
}
.TagClassName
{
border-color: #565BB5;
}
</style>