Shades of Rich Blue #564DB8
Tints of Rich Blue #564DB8
RGB
CMYK
RGB Variations
Color information
#564DB8 (or 0x564DB8) is known color: Rich Blue. HEX triplet: 56, 4D and B8. RGB value is (86,77,184). Sum of RGB (Red+Green+Blue) = 86+77+184=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #564DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DB8 is #A9B247. Grayscale: #5B5B5B. Windows color (decimal): -11121224 or 12078422. OLE color: 12078422.
HSL color Cylindrical-coordinate representation of color #564DB8: hue angle of 245.05º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #564DB8 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 77 | 184 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.28 |
| HSL | 245.05º | 0.43% | 0.51% | - |
| HSV(B) | 245.05º | 0.58% | 0.72% | - |
| XYZ | 15.14 | 10.75 | 46.62 | - |
| YUV | 91.89 | 179.98 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 184 | 0.53 | 0.58 | 0 | 0.28 | 245.05 | 0.43 | 0.51 |
| Hex | 56 | 4D | B8 | 35 | 3A | 0 | 1C | F5 | 2B | 33 |
| Octal | 126 | 115 | 270 | 65 | 72 | 0 | 34 | 365 | 53 | 63 |
| Binary | 1010110 | 1001101 | 10111000 | 110101 | 111010 | 0 | 11100 | 11110101 | 101011 | 110011 |
Color Harmonies of #564DB8
Complementary color
Monochromatic Colors of #564DB8
Black with #564DB8
Text Example
Text Example
White with #564DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564DB8; }
p { color: rgb(86,77,184); }
H1.HeaderClassName
{
color: #564DB8;
}
.AnyTagClassName
{
color: #564DB8;
}
</style>
background-color css
<style>
a { background-color: #564DB8; }
a { background-color: rgb(86,77,184); }
div.DivClassName
{
background-color: #564DB8;
}
.BgClassName
{
background-color: #564DB8;
}
</style>
border-color css
<style>
span { border-color: #564DB8; }
span { border-color: rgb(86,77,184); }
td.TdClassName
{
border-color: #564DB8;
}
.TagClassName
{
border-color: #564DB8;
}
</style>