Shades of Rich Blue #564ABC
Tints of Rich Blue #564ABC
RGB
CMYK
RGB Variations
Color information
#564ABC (or 0x564ABC) is known color: Rich Blue. HEX triplet: 56, 4A and BC. RGB value is (86,74,188). Sum of RGB (Red+Green+Blue) = 86+74+188=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #564ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564ABC is #A9B543. Grayscale: #5A5A5A. Windows color (decimal): -11121988 or 12339798. OLE color: 12339798.
HSL color Cylindrical-coordinate representation of color #564ABC: hue angle of 246.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #564ABC is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 74 | 188 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.26 |
| HSL | 246.32º | 0.46% | 0.51% | - |
| HSV(B) | 246.32º | 0.61% | 0.74% | - |
| XYZ | 15.36 | 10.51 | 48.8 | - |
| YUV | 90.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 188 | 0.54 | 0.61 | 0 | 0.26 | 246.32 | 0.46 | 0.51 |
| Hex | 56 | 4A | BC | 36 | 3D | 0 | 1A | F6 | 2E | 33 |
| Octal | 126 | 112 | 274 | 66 | 75 | 0 | 32 | 366 | 56 | 63 |
| Binary | 1010110 | 1001010 | 10111100 | 110110 | 111101 | 0 | 11010 | 11110110 | 101110 | 110011 |
Color Harmonies of #564ABC
Complementary color
Monochromatic Colors of #564ABC
Black with #564ABC
Text Example
Text Example
White with #564ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564ABC; }
p { color: rgb(86,74,188); }
H1.HeaderClassName
{
color: #564ABC;
}
.AnyTagClassName
{
color: #564ABC;
}
</style>
background-color css
<style>
a { background-color: #564ABC; }
a { background-color: rgb(86,74,188); }
div.DivClassName
{
background-color: #564ABC;
}
.BgClassName
{
background-color: #564ABC;
}
</style>
border-color css
<style>
span { border-color: #564ABC; }
span { border-color: rgb(86,74,188); }
td.TdClassName
{
border-color: #564ABC;
}
.TagClassName
{
border-color: #564ABC;
}
</style>