Shades of Rich Blue #564BBA
Tints of Rich Blue #564BBA
RGB
CMYK
RGB Variations
Color information
#564BBA (or 0x564BBA) is known color: Rich Blue. HEX triplet: 56, 4B and BA. RGB value is (86,75,186). Sum of RGB (Red+Green+Blue) = 86+75+186=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #564BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BBA is #A9B445. Grayscale: #5A5A5A. Windows color (decimal): -11121734 or 12208982. OLE color: 12208982.
HSL color Cylindrical-coordinate representation of color #564BBA: hue angle of 245.95º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #564BBA is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 75 | 186 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.27 |
| HSL | 245.95º | 0.45% | 0.51% | - |
| HSV(B) | 245.95º | 0.6% | 0.73% | - |
| XYZ | 15.22 | 10.56 | 47.69 | - |
| YUV | 90.94 | 181.64 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 186 | 0.54 | 0.60 | 0 | 0.27 | 245.95 | 0.45 | 0.51 |
| Hex | 56 | 4B | BA | 36 | 3C | 0 | 1B | F6 | 2D | 33 |
| Octal | 126 | 113 | 272 | 66 | 74 | 0 | 33 | 366 | 55 | 63 |
| Binary | 1010110 | 1001011 | 10111010 | 110110 | 111100 | 0 | 11011 | 11110110 | 101101 | 110011 |
Color Harmonies of #564BBA
Complementary color
Monochromatic Colors of #564BBA
Black with #564BBA
Text Example
Text Example
White with #564BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564BBA; }
p { color: rgb(86,75,186); }
H1.HeaderClassName
{
color: #564BBA;
}
.AnyTagClassName
{
color: #564BBA;
}
</style>
background-color css
<style>
a { background-color: #564BBA; }
a { background-color: rgb(86,75,186); }
div.DivClassName
{
background-color: #564BBA;
}
.BgClassName
{
background-color: #564BBA;
}
</style>
border-color css
<style>
span { border-color: #564BBA; }
span { border-color: rgb(86,75,186); }
td.TdClassName
{
border-color: #564BBA;
}
.TagClassName
{
border-color: #564BBA;
}
</style>