Shades of Tax Break #566A6D
Tints of Tax Break #566A6D
RGB
CMYK
RGB Variations
Color information
#566A6D (or 0x566A6D) is known color: Tax Break. HEX triplet: 56, 6A and 6D. RGB value is (86,106,109). Sum of RGB (Red+Green+Blue) = 86+106+109=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 109 - color contains mainly: blue. Hex color #566A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A6D is #A99592. Grayscale: #646464. Windows color (decimal): -11113875 or 7170646. OLE color: 7170646.
HSL color Cylindrical-coordinate representation of color #566A6D: hue angle of 187.83º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #566A6D is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 86 | 106 | 109 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.57 |
| HSL | 187.83º | 0.12% | 0.38% | - |
| HSV(B) | 187.83º | 0.21% | 0.43% | - |
| XYZ | 11.75 | 13.39 | 16.43 | - |
| YUV | 100.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 109 | 0.21 | 0.03 | 0 | 0.57 | 187.83 | 0.12 | 0.38 |
| Hex | 56 | 6A | 6D | 15 | 3 | 0 | 39 | BC | C | 26 |
| Octal | 126 | 152 | 155 | 25 | 3 | 0 | 71 | 274 | 14 | 46 |
| Binary | 1010110 | 1101010 | 1101101 | 10101 | 11 | 0 | 111001 | 10111100 | 1100 | 100110 |
Color Harmonies of #566A6D
Complementary color
Monochromatic Colors of #566A6D
Black with #566A6D
Text Example
Text Example
White with #566A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566A6D; }
p { color: rgb(86,106,109); }
H1.HeaderClassName
{
color: #566A6D;
}
.AnyTagClassName
{
color: #566A6D;
}
</style>
background-color css
<style>
a { background-color: #566A6D; }
a { background-color: rgb(86,106,109); }
div.DivClassName
{
background-color: #566A6D;
}
.BgClassName
{
background-color: #566A6D;
}
</style>
border-color css
<style>
span { border-color: #566A6D; }
span { border-color: rgb(86,106,109); }
td.TdClassName
{
border-color: #566A6D;
}
.TagClassName
{
border-color: #566A6D;
}
</style>