Shades of Rich Blue #565BBD
Tints of Rich Blue #565BBD
RGB
CMYK
RGB Variations
Color information
#565BBD (or 0x565BBD) is known color: Rich Blue. HEX triplet: 56, 5B and BD. RGB value is (86,91,189). Sum of RGB (Red+Green+Blue) = 86+91+189=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #565BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BBD is #A9A442. Grayscale: #646464. Windows color (decimal): -11117635 or 12409686. OLE color: 12409686.
HSL color Cylindrical-coordinate representation of color #565BBD: hue angle of 237.09º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #565BBD is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 91 | 189 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.26 |
| HSL | 237.09º | 0.44% | 0.54% | - |
| HSV(B) | 237.09º | 0.54% | 0.74% | - |
| XYZ | 16.76 | 13.13 | 49.8 | - |
| YUV | 100.68 | 177.84 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 189 | 0.54 | 0.52 | 0 | 0.26 | 237.09 | 0.44 | 0.54 |
| Hex | 56 | 5B | BD | 36 | 34 | 0 | 1A | ED | 2C | 36 |
| Octal | 126 | 133 | 275 | 66 | 64 | 0 | 32 | 355 | 54 | 66 |
| Binary | 1010110 | 1011011 | 10111101 | 110110 | 110100 | 0 | 11010 | 11101101 | 101100 | 110110 |
Color Harmonies of #565BBD
Complementary color
Monochromatic Colors of #565BBD
Black with #565BBD
Text Example
Text Example
White with #565BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565BBD; }
p { color: rgb(86,91,189); }
H1.HeaderClassName
{
color: #565BBD;
}
.AnyTagClassName
{
color: #565BBD;
}
</style>
background-color css
<style>
a { background-color: #565BBD; }
a { background-color: rgb(86,91,189); }
div.DivClassName
{
background-color: #565BBD;
}
.BgClassName
{
background-color: #565BBD;
}
</style>
border-color css
<style>
span { border-color: #565BBD; }
span { border-color: rgb(86,91,189); }
td.TdClassName
{
border-color: #565BBD;
}
.TagClassName
{
border-color: #565BBD;
}
</style>