Shades of Rich Blue #564DAC
Tints of Rich Blue #564DAC
RGB
CMYK
RGB Variations
Color information
#564DAC (or 0x564DAC) is known color: Rich Blue. HEX triplet: 56, 4D and AC. RGB value is (86,77,172). Sum of RGB (Red+Green+Blue) = 86+77+172=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #564DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564DAC is #A9B253. Grayscale: #5A5A5A. Windows color (decimal): -11121236 or 11291990. OLE color: 11291990.
HSL color Cylindrical-coordinate representation of color #564DAC: hue angle of 245.68º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #564DAC is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 77 | 172 | - |
| CMYK | 0.5 | 0.55 | 0 | 0.33 |
| HSL | 245.68º | 0.38% | 0.49% | - |
| HSV(B) | 245.68º | 0.55% | 0.67% | - |
| XYZ | 13.94 | 10.26 | 40.28 | - |
| YUV | 90.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 172 | 0.5 | 0.55 | 0 | 0.33 | 245.68 | 0.38 | 0.49 |
| Hex | 56 | 4D | AC | 32 | 37 | 0 | 21 | F6 | 26 | 31 |
| Octal | 126 | 115 | 254 | 62 | 67 | 0 | 41 | 366 | 46 | 61 |
| Binary | 1010110 | 1001101 | 10101100 | 110010 | 110111 | 0 | 100001 | 11110110 | 100110 | 110001 |
Color Harmonies of #564DAC
Complementary color
Monochromatic Colors of #564DAC
Black with #564DAC
Text Example
Text Example
White with #564DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564DAC; }
p { color: rgb(86,77,172); }
H1.HeaderClassName
{
color: #564DAC;
}
.AnyTagClassName
{
color: #564DAC;
}
</style>
background-color css
<style>
a { background-color: #564DAC; }
a { background-color: rgb(86,77,172); }
div.DivClassName
{
background-color: #564DAC;
}
.BgClassName
{
background-color: #564DAC;
}
</style>
border-color css
<style>
span { border-color: #564DAC; }
span { border-color: rgb(86,77,172); }
td.TdClassName
{
border-color: #564DAC;
}
.TagClassName
{
border-color: #564DAC;
}
</style>