Shades of Rich Blue #565CBA
Tints of Rich Blue #565CBA
RGB
CMYK
RGB Variations
Color information
#565CBA (or 0x565CBA) is known color: Rich Blue. HEX triplet: 56, 5C and BA. RGB value is (86,92,186). Sum of RGB (Red+Green+Blue) = 86+92+186=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #565CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CBA is #A9A345. Grayscale: #646464. Windows color (decimal): -11117382 or 12213334. OLE color: 12213334.
HSL color Cylindrical-coordinate representation of color #565CBA: hue angle of 236.4º 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 #565CBA is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 92 | 186 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.27 |
| HSL | 236.4º | 0.42% | 0.53% | - |
| HSV(B) | 236.4º | 0.54% | 0.73% | - |
| XYZ | 16.53 | 13.18 | 48.13 | - |
| YUV | 100.92 | 176.01 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 186 | 0.54 | 0.51 | 0 | 0.27 | 236.4 | 0.42 | 0.53 |
| Hex | 56 | 5C | BA | 36 | 33 | 0 | 1B | EC | 2A | 35 |
| Octal | 126 | 134 | 272 | 66 | 63 | 0 | 33 | 354 | 52 | 65 |
| Binary | 1010110 | 1011100 | 10111010 | 110110 | 110011 | 0 | 11011 | 11101100 | 101010 | 110101 |
Color Harmonies of #565CBA
Complementary color
Monochromatic Colors of #565CBA
Black with #565CBA
Text Example
Text Example
White with #565CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565CBA; }
p { color: rgb(86,92,186); }
H1.HeaderClassName
{
color: #565CBA;
}
.AnyTagClassName
{
color: #565CBA;
}
</style>
background-color css
<style>
a { background-color: #565CBA; }
a { background-color: rgb(86,92,186); }
div.DivClassName
{
background-color: #565CBA;
}
.BgClassName
{
background-color: #565CBA;
}
</style>
border-color css
<style>
span { border-color: #565CBA; }
span { border-color: rgb(86,92,186); }
td.TdClassName
{
border-color: #565CBA;
}
.TagClassName
{
border-color: #565CBA;
}
</style>