Shades of Rich Blue #564FA2
Tints of Rich Blue #564FA2
RGB
CMYK
RGB Variations
Color information
#564FA2 (or 0x564FA2) is known color: Rich Blue. HEX triplet: 56, 4F and A2. RGB value is (86,79,162). Sum of RGB (Red+Green+Blue) = 86+79+162=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 162 (63.67% from 255 or 49.54% from 327); Max value from RGB is 162 - color contains mainly: blue. Hex color #564FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564FA2 is #A9B05D. Grayscale: #5A5A5A. Windows color (decimal): -11120734 or 10637142. OLE color: 10637142.
HSL color Cylindrical-coordinate representation of color #564FA2: hue angle of 245.06º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #564FA2 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 79 | 162 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.36 |
| HSL | 245.06º | 0.34% | 0.47% | - |
| HSV(B) | 245.06º | 0.51% | 0.64% | - |
| XYZ | 13.16 | 10.18 | 35.45 | - |
| YUV | 90.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 162 | 0.47 | 0.51 | 0 | 0.36 | 245.06 | 0.34 | 0.47 |
| Hex | 56 | 4F | A2 | 2F | 33 | 0 | 24 | F5 | 22 | 2F |
| Octal | 126 | 117 | 242 | 57 | 63 | 0 | 44 | 365 | 42 | 57 |
| Binary | 1010110 | 1001111 | 10100010 | 101111 | 110011 | 0 | 100100 | 11110101 | 100010 | 101111 |
Color Harmonies of #564FA2
Complementary color
Monochromatic Colors of #564FA2
Black with #564FA2
Text Example
Text Example
White with #564FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564FA2; }
p { color: rgb(86,79,162); }
H1.HeaderClassName
{
color: #564FA2;
}
.AnyTagClassName
{
color: #564FA2;
}
</style>
background-color css
<style>
a { background-color: #564FA2; }
a { background-color: rgb(86,79,162); }
div.DivClassName
{
background-color: #564FA2;
}
.BgClassName
{
background-color: #564FA2;
}
</style>
border-color css
<style>
span { border-color: #564FA2; }
span { border-color: rgb(86,79,162); }
td.TdClassName
{
border-color: #564FA2;
}
.TagClassName
{
border-color: #564FA2;
}
</style>