Shades of Rich Blue #565DB0
Tints of Rich Blue #565DB0
RGB
CMYK
RGB Variations
Color information
#565DB0 (or 0x565DB0) is known color: Rich Blue. HEX triplet: 56, 5D and B0. RGB value is (86,93,176). Sum of RGB (Red+Green+Blue) = 86+93+176=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #565DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565DB0 is #A9A24F. Grayscale: #646464. Windows color (decimal): -11117136 or 11558230. OLE color: 11558230.
HSL color Cylindrical-coordinate representation of color #565DB0: hue angle of 235.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #565DB0 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 93 | 176 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.31 |
| HSL | 235.33º | 0.36% | 0.51% | - |
| HSV(B) | 235.33º | 0.51% | 0.69% | - |
| XYZ | 15.59 | 12.94 | 42.75 | - |
| YUV | 100.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 176 | 0.51 | 0.47 | 0 | 0.31 | 235.33 | 0.36 | 0.51 |
| Hex | 56 | 5D | B0 | 33 | 2F | 0 | 1F | EB | 24 | 33 |
| Octal | 126 | 135 | 260 | 63 | 57 | 0 | 37 | 353 | 44 | 63 |
| Binary | 1010110 | 1011101 | 10110000 | 110011 | 101111 | 0 | 11111 | 11101011 | 100100 | 110011 |
Color Harmonies of #565DB0
Complementary color
Monochromatic Colors of #565DB0
Black with #565DB0
Text Example
Text Example
White with #565DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565DB0; }
p { color: rgb(86,93,176); }
H1.HeaderClassName
{
color: #565DB0;
}
.AnyTagClassName
{
color: #565DB0;
}
</style>
background-color css
<style>
a { background-color: #565DB0; }
a { background-color: rgb(86,93,176); }
div.DivClassName
{
background-color: #565DB0;
}
.BgClassName
{
background-color: #565DB0;
}
</style>
border-color css
<style>
span { border-color: #565DB0; }
span { border-color: rgb(86,93,176); }
td.TdClassName
{
border-color: #565DB0;
}
.TagClassName
{
border-color: #565DB0;
}
</style>