Shades of Como #567D67
Tints of Como #567D67
RGB
CMYK
RGB Variations
Color information
#567D67 (or 0x567D67) is known color: Como. HEX triplet: 56, 7D and 67. RGB value is (86,125,103). Sum of RGB (Red+Green+Blue) = 86+125+103=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #567D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D67 is #A98298. Grayscale: #6E6E6E. Windows color (decimal): -11109017 or 6782294. OLE color: 6782294.
HSL color Cylindrical-coordinate representation of color #567D67: hue angle of 146.15º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567D67 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 125 | 103 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.51 |
| HSL | 146.15º | 0.18% | 0.41% | - |
| HSV(B) | 146.15º | 0.31% | 0.49% | - |
| XYZ | 13.62 | 17.62 | 15.52 | - |
| YUV | 110.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 103 | 0.31 | 0 | 0.18 | 0.51 | 146.15 | 0.18 | 0.41 |
| Hex | 56 | 7D | 67 | 1F | 0 | 12 | 33 | 92 | 12 | 29 |
| Octal | 126 | 175 | 147 | 37 | 0 | 22 | 63 | 222 | 22 | 51 |
| Binary | 1010110 | 1111101 | 1100111 | 11111 | 0 | 10010 | 110011 | 10010010 | 10010 | 101001 |
Color Harmonies of #567D67
Complementary color
Monochromatic Colors of #567D67
Black with #567D67
Text Example
Text Example
White with #567D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567D67; }
p { color: rgb(86,125,103); }
H1.HeaderClassName
{
color: #567D67;
}
.AnyTagClassName
{
color: #567D67;
}
</style>
background-color css
<style>
a { background-color: #567D67; }
a { background-color: rgb(86,125,103); }
div.DivClassName
{
background-color: #567D67;
}
.BgClassName
{
background-color: #567D67;
}
</style>
border-color css
<style>
span { border-color: #567D67; }
span { border-color: rgb(86,125,103); }
td.TdClassName
{
border-color: #567D67;
}
.TagClassName
{
border-color: #567D67;
}
</style>