Shades of Rich Blue #564DBF
Tints of Rich Blue #564DBF
RGB
CMYK
RGB Variations
Color information
#564DBF (or 0x564DBF) is known color: Rich Blue. HEX triplet: 56, 4D and BF. RGB value is (86,77,191). Sum of RGB (Red+Green+Blue) = 86+77+191=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #564DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DBF is #A9B240. Grayscale: #5C5C5C. Windows color (decimal): -11121217 or 12537174. OLE color: 12537174.
HSL color Cylindrical-coordinate representation of color #564DBF: hue angle of 244.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #564DBF is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 77 | 191 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.25 |
| HSL | 244.74º | 0.47% | 0.53% | - |
| HSV(B) | 244.74º | 0.6% | 0.75% | - |
| XYZ | 15.9 | 11.05 | 50.58 | - |
| YUV | 92.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 191 | 0.55 | 0.60 | 0 | 0.25 | 244.74 | 0.47 | 0.53 |
| Hex | 56 | 4D | BF | 37 | 3C | 0 | 19 | F5 | 2F | 35 |
| Octal | 126 | 115 | 277 | 67 | 74 | 0 | 31 | 365 | 57 | 65 |
| Binary | 1010110 | 1001101 | 10111111 | 110111 | 111100 | 0 | 11001 | 11110101 | 101111 | 110101 |
Color Harmonies of #564DBF
Complementary color
Monochromatic Colors of #564DBF
Black with #564DBF
Text Example
Text Example
White with #564DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564DBF; }
p { color: rgb(86,77,191); }
H1.HeaderClassName
{
color: #564DBF;
}
.AnyTagClassName
{
color: #564DBF;
}
</style>
background-color css
<style>
a { background-color: #564DBF; }
a { background-color: rgb(86,77,191); }
div.DivClassName
{
background-color: #564DBF;
}
.BgClassName
{
background-color: #564DBF;
}
</style>
border-color css
<style>
span { border-color: #564DBF; }
span { border-color: rgb(86,77,191); }
td.TdClassName
{
border-color: #564DBF;
}
.TagClassName
{
border-color: #564DBF;
}
</style>