Shades of Rich Blue #564BBC
Tints of Rich Blue #564BBC
RGB
CMYK
RGB Variations
Color information
#564BBC (or 0x564BBC) is known color: Rich Blue. HEX triplet: 56, 4B and BC. RGB value is (86,75,188). Sum of RGB (Red+Green+Blue) = 86+75+188=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #564BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BBC is #A9B443. Grayscale: #5A5A5A. Windows color (decimal): -11121732 or 12340054. OLE color: 12340054.
HSL color Cylindrical-coordinate representation of color #564BBC: hue angle of 245.84º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #564BBC is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 75 | 188 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.26 |
| HSL | 245.84º | 0.46% | 0.52% | - |
| HSV(B) | 245.84º | 0.6% | 0.74% | - |
| XYZ | 15.43 | 10.64 | 48.82 | - |
| YUV | 91.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 188 | 0.54 | 0.60 | 0 | 0.26 | 245.84 | 0.46 | 0.52 |
| Hex | 56 | 4B | BC | 36 | 3C | 0 | 1A | F6 | 2E | 34 |
| Octal | 126 | 113 | 274 | 66 | 74 | 0 | 32 | 366 | 56 | 64 |
| Binary | 1010110 | 1001011 | 10111100 | 110110 | 111100 | 0 | 11010 | 11110110 | 101110 | 110100 |
Color Harmonies of #564BBC
Complementary color
Monochromatic Colors of #564BBC
Black with #564BBC
Text Example
Text Example
White with #564BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564BBC; }
p { color: rgb(86,75,188); }
H1.HeaderClassName
{
color: #564BBC;
}
.AnyTagClassName
{
color: #564BBC;
}
</style>
background-color css
<style>
a { background-color: #564BBC; }
a { background-color: rgb(86,75,188); }
div.DivClassName
{
background-color: #564BBC;
}
.BgClassName
{
background-color: #564BBC;
}
</style>
border-color css
<style>
span { border-color: #564BBC; }
span { border-color: rgb(86,75,188); }
td.TdClassName
{
border-color: #564BBC;
}
.TagClassName
{
border-color: #564BBC;
}
</style>