Shades of Rich Blue #565DB9
Tints of Rich Blue #565DB9
RGB
CMYK
RGB Variations
Color information
#565DB9 (or 0x565DB9) is known color: Rich Blue. HEX triplet: 56, 5D and B9. RGB value is (86,93,185). Sum of RGB (Red+Green+Blue) = 86+93+185=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #565DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DB9 is #A9A246. Grayscale: #656565. Windows color (decimal): -11117127 or 12148054. OLE color: 12148054.
HSL color Cylindrical-coordinate representation of color #565DB9: hue angle of 235.76º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #565DB9 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 93 | 185 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.27 |
| HSL | 235.76º | 0.41% | 0.53% | - |
| HSV(B) | 235.76º | 0.54% | 0.73% | - |
| XYZ | 16.51 | 13.31 | 47.6 | - |
| YUV | 101.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 185 | 0.54 | 0.50 | 0 | 0.27 | 235.76 | 0.41 | 0.53 |
| Hex | 56 | 5D | B9 | 36 | 32 | 0 | 1B | EC | 29 | 35 |
| Octal | 126 | 135 | 271 | 66 | 62 | 0 | 33 | 354 | 51 | 65 |
| Binary | 1010110 | 1011101 | 10111001 | 110110 | 110010 | 0 | 11011 | 11101100 | 101001 | 110101 |
Color Harmonies of #565DB9
Complementary color
Monochromatic Colors of #565DB9
Black with #565DB9
Text Example
Text Example
White with #565DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565DB9; }
p { color: rgb(86,93,185); }
H1.HeaderClassName
{
color: #565DB9;
}
.AnyTagClassName
{
color: #565DB9;
}
</style>
background-color css
<style>
a { background-color: #565DB9; }
a { background-color: rgb(86,93,185); }
div.DivClassName
{
background-color: #565DB9;
}
.BgClassName
{
background-color: #565DB9;
}
</style>
border-color css
<style>
span { border-color: #565DB9; }
span { border-color: rgb(86,93,185); }
td.TdClassName
{
border-color: #565DB9;
}
.TagClassName
{
border-color: #565DB9;
}
</style>