Shades of Rich Blue #565EBA
Tints of Rich Blue #565EBA
RGB
CMYK
RGB Variations
Color information
#565EBA (or 0x565EBA) is known color: Rich Blue. HEX triplet: 56, 5E and BA. RGB value is (86,94,186). Sum of RGB (Red+Green+Blue) = 86+94+186=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #565EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EBA is #A9A145. Grayscale: #656565. Windows color (decimal): -11116870 or 12213846. OLE color: 12213846.
HSL color Cylindrical-coordinate representation of color #565EBA: hue angle of 235.2º 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 #565EBA is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 94 | 186 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.27 |
| HSL | 235.2º | 0.42% | 0.53% | - |
| HSV(B) | 235.2º | 0.54% | 0.73% | - |
| XYZ | 16.7 | 13.53 | 48.19 | - |
| YUV | 102.1 | 175.35 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 186 | 0.54 | 0.49 | 0 | 0.27 | 235.2 | 0.42 | 0.53 |
| Hex | 56 | 5E | BA | 36 | 31 | 0 | 1B | EB | 2A | 35 |
| Octal | 126 | 136 | 272 | 66 | 61 | 0 | 33 | 353 | 52 | 65 |
| Binary | 1010110 | 1011110 | 10111010 | 110110 | 110001 | 0 | 11011 | 11101011 | 101010 | 110101 |
Color Harmonies of #565EBA
Complementary color
Monochromatic Colors of #565EBA
Black with #565EBA
Text Example
Text Example
White with #565EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565EBA; }
p { color: rgb(86,94,186); }
H1.HeaderClassName
{
color: #565EBA;
}
.AnyTagClassName
{
color: #565EBA;
}
</style>
background-color css
<style>
a { background-color: #565EBA; }
a { background-color: rgb(86,94,186); }
div.DivClassName
{
background-color: #565EBA;
}
.BgClassName
{
background-color: #565EBA;
}
</style>
border-color css
<style>
span { border-color: #565EBA; }
span { border-color: rgb(86,94,186); }
td.TdClassName
{
border-color: #565EBA;
}
.TagClassName
{
border-color: #565EBA;
}
</style>