Shades of Rich Blue #564EBA
Tints of Rich Blue #564EBA
RGB
CMYK
RGB Variations
Color information
#564EBA (or 0x564EBA) is known color: Rich Blue. HEX triplet: 56, 4E and BA. RGB value is (86,78,186). Sum of RGB (Red+Green+Blue) = 86+78+186=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #564EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564EBA is #A9B145. Grayscale: #5C5C5C. Windows color (decimal): -11120966 or 12209750. OLE color: 12209750.
HSL color Cylindrical-coordinate representation of color #564EBA: hue angle of 244.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #564EBA is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 78 | 186 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.27 |
| HSL | 244.44º | 0.44% | 0.52% | - |
| HSV(B) | 244.44º | 0.58% | 0.73% | - |
| XYZ | 15.43 | 10.97 | 47.76 | - |
| YUV | 92.7 | 180.65 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 186 | 0.54 | 0.58 | 0 | 0.27 | 244.44 | 0.44 | 0.52 |
| Hex | 56 | 4E | BA | 36 | 3A | 0 | 1B | F4 | 2C | 34 |
| Octal | 126 | 116 | 272 | 66 | 72 | 0 | 33 | 364 | 54 | 64 |
| Binary | 1010110 | 1001110 | 10111010 | 110110 | 111010 | 0 | 11011 | 11110100 | 101100 | 110100 |
Color Harmonies of #564EBA
Complementary color
Monochromatic Colors of #564EBA
Black with #564EBA
Text Example
Text Example
White with #564EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564EBA; }
p { color: rgb(86,78,186); }
H1.HeaderClassName
{
color: #564EBA;
}
.AnyTagClassName
{
color: #564EBA;
}
</style>
background-color css
<style>
a { background-color: #564EBA; }
a { background-color: rgb(86,78,186); }
div.DivClassName
{
background-color: #564EBA;
}
.BgClassName
{
background-color: #564EBA;
}
</style>
border-color css
<style>
span { border-color: #564EBA; }
span { border-color: rgb(86,78,186); }
td.TdClassName
{
border-color: #564EBA;
}
.TagClassName
{
border-color: #564EBA;
}
</style>