Shades of Rich Blue #564CBA
Tints of Rich Blue #564CBA
RGB
CMYK
RGB Variations
Color information
#564CBA (or 0x564CBA) is known color: Rich Blue. HEX triplet: 56, 4C and BA. RGB value is (86,76,186). Sum of RGB (Red+Green+Blue) = 86+76+186=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #564CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CBA is #A9B345. Grayscale: #5B5B5B. Windows color (decimal): -11121478 or 12209238. OLE color: 12209238.
HSL color Cylindrical-coordinate representation of color #564CBA: hue angle of 245.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #564CBA is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 76 | 186 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.27 |
| HSL | 245.45º | 0.44% | 0.51% | - |
| HSV(B) | 245.45º | 0.59% | 0.73% | - |
| XYZ | 15.29 | 10.69 | 47.71 | - |
| YUV | 91.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 186 | 0.54 | 0.59 | 0 | 0.27 | 245.45 | 0.44 | 0.51 |
| Hex | 56 | 4C | BA | 36 | 3B | 0 | 1B | F5 | 2C | 33 |
| Octal | 126 | 114 | 272 | 66 | 73 | 0 | 33 | 365 | 54 | 63 |
| Binary | 1010110 | 1001100 | 10111010 | 110110 | 111011 | 0 | 11011 | 11110101 | 101100 | 110011 |
Color Harmonies of #564CBA
Complementary color
Monochromatic Colors of #564CBA
Black with #564CBA
Text Example
Text Example
White with #564CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564CBA; }
p { color: rgb(86,76,186); }
H1.HeaderClassName
{
color: #564CBA;
}
.AnyTagClassName
{
color: #564CBA;
}
</style>
background-color css
<style>
a { background-color: #564CBA; }
a { background-color: rgb(86,76,186); }
div.DivClassName
{
background-color: #564CBA;
}
.BgClassName
{
background-color: #564CBA;
}
</style>
border-color css
<style>
span { border-color: #564CBA; }
span { border-color: rgb(86,76,186); }
td.TdClassName
{
border-color: #564CBA;
}
.TagClassName
{
border-color: #564CBA;
}
</style>