Shades of Rich Blue #564DBD
Tints of Rich Blue #564DBD
RGB
CMYK
RGB Variations
Color information
#564DBD (or 0x564DBD) is known color: Rich Blue. HEX triplet: 56, 4D and BD. RGB value is (86,77,189). Sum of RGB (Red+Green+Blue) = 86+77+189=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #564DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #564DBD is #A9B242. Grayscale: #5C5C5C. Windows color (decimal): -11121219 or 12406102. OLE color: 12406102.
HSL color Cylindrical-coordinate representation of color #564DBD: hue angle of 244.82º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #564DBD is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 77 | 189 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.26 |
| HSL | 244.82º | 0.46% | 0.52% | - |
| HSV(B) | 244.82º | 0.59% | 0.74% | - |
| XYZ | 15.68 | 10.96 | 49.43 | - |
| YUV | 92.46 | 182.48 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 189 | 0.54 | 0.59 | 0 | 0.26 | 244.82 | 0.46 | 0.52 |
| Hex | 56 | 4D | BD | 36 | 3B | 0 | 1A | F5 | 2E | 34 |
| Octal | 126 | 115 | 275 | 66 | 73 | 0 | 32 | 365 | 56 | 64 |
| Binary | 1010110 | 1001101 | 10111101 | 110110 | 111011 | 0 | 11010 | 11110101 | 101110 | 110100 |
Color Harmonies of #564DBD
Complementary color
Monochromatic Colors of #564DBD
Black with #564DBD
Text Example
Text Example
White with #564DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564DBD; }
p { color: rgb(86,77,189); }
H1.HeaderClassName
{
color: #564DBD;
}
.AnyTagClassName
{
color: #564DBD;
}
</style>
background-color css
<style>
a { background-color: #564DBD; }
a { background-color: rgb(86,77,189); }
div.DivClassName
{
background-color: #564DBD;
}
.BgClassName
{
background-color: #564DBD;
}
</style>
border-color css
<style>
span { border-color: #564DBD; }
span { border-color: rgb(86,77,189); }
td.TdClassName
{
border-color: #564DBD;
}
.TagClassName
{
border-color: #564DBD;
}
</style>