Shades of Rich Blue #565DBA
Tints of Rich Blue #565DBA
RGB
CMYK
RGB Variations
Color information
#565DBA (or 0x565DBA) is known color: Rich Blue. HEX triplet: 56, 5D and BA. RGB value is (86,93,186). Sum of RGB (Red+Green+Blue) = 86+93+186=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #565DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DBA is #A9A245. Grayscale: #656565. Windows color (decimal): -11117126 or 12213590. OLE color: 12213590.
HSL color Cylindrical-coordinate representation of color #565DBA: hue angle of 235.8º degrees, saturation: 0.42, 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 #565DBA is Cyan = 0.54, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 93 | 186 | - |
| CMYK | 0.54 | 0.5 | 0 | 0.27 |
| HSL | 235.8º | 0.42% | 0.53% | - |
| HSV(B) | 235.8º | 0.54% | 0.73% | - |
| XYZ | 16.62 | 13.35 | 48.16 | - |
| YUV | 101.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 186 | 0.54 | 0.5 | 0 | 0.27 | 235.8 | 0.42 | 0.53 |
| Hex | 56 | 5D | BA | 36 | 32 | 0 | 1B | EC | 2A | 35 |
| Octal | 126 | 135 | 272 | 66 | 62 | 0 | 33 | 354 | 52 | 65 |
| Binary | 1010110 | 1011101 | 10111010 | 110110 | 110010 | 0 | 11011 | 11101100 | 101010 | 110101 |
Color Harmonies of #565DBA
Complementary color
Monochromatic Colors of #565DBA
Black with #565DBA
Text Example
Text Example
White with #565DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565DBA; }
p { color: rgb(86,93,186); }
H1.HeaderClassName
{
color: #565DBA;
}
.AnyTagClassName
{
color: #565DBA;
}
</style>
background-color css
<style>
a { background-color: #565DBA; }
a { background-color: rgb(86,93,186); }
div.DivClassName
{
background-color: #565DBA;
}
.BgClassName
{
background-color: #565DBA;
}
</style>
border-color css
<style>
span { border-color: #565DBA; }
span { border-color: rgb(86,93,186); }
td.TdClassName
{
border-color: #565DBA;
}
.TagClassName
{
border-color: #565DBA;
}
</style>