Shades of Rich Blue #564FB2
Tints of Rich Blue #564FB2
RGB
CMYK
RGB Variations
Color information
#564FB2 (or 0x564FB2) is known color: Rich Blue. HEX triplet: 56, 4F and B2. RGB value is (86,79,178). Sum of RGB (Red+Green+Blue) = 86+79+178=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #564FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #564FB2 is #A9B04D. Grayscale: #5B5B5B. Windows color (decimal): -11120718 or 11685718. OLE color: 11685718.
HSL color Cylindrical-coordinate representation of color #564FB2: hue angle of 244.24º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #564FB2 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 79 | 178 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.30 |
| HSL | 244.24º | 0.39% | 0.5% | - |
| HSV(B) | 244.24º | 0.56% | 0.7% | - |
| XYZ | 14.67 | 10.78 | 43.43 | - |
| YUV | 92.38 | 176.32 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 178 | 0.52 | 0.56 | 0 | 0.30 | 244.24 | 0.39 | 0.5 |
| Hex | 56 | 4F | B2 | 34 | 38 | 0 | 1E | F4 | 27 | 32 |
| Octal | 126 | 117 | 262 | 64 | 70 | 0 | 36 | 364 | 47 | 62 |
| Binary | 1010110 | 1001111 | 10110010 | 110100 | 111000 | 0 | 11110 | 11110100 | 100111 | 110010 |
Color Harmonies of #564FB2
Complementary color
Monochromatic Colors of #564FB2
Black with #564FB2
Text Example
Text Example
White with #564FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564FB2; }
p { color: rgb(86,79,178); }
H1.HeaderClassName
{
color: #564FB2;
}
.AnyTagClassName
{
color: #564FB2;
}
</style>
background-color css
<style>
a { background-color: #564FB2; }
a { background-color: rgb(86,79,178); }
div.DivClassName
{
background-color: #564FB2;
}
.BgClassName
{
background-color: #564FB2;
}
</style>
border-color css
<style>
span { border-color: #564FB2; }
span { border-color: rgb(86,79,178); }
td.TdClassName
{
border-color: #564FB2;
}
.TagClassName
{
border-color: #564FB2;
}
</style>