Shades of Como #567D68
Tints of Como #567D68
RGB
CMYK
RGB Variations
Color information
#567D68 (or 0x567D68) is known color: Como. HEX triplet: 56, 7D and 68. RGB value is (86,125,104). Sum of RGB (Red+Green+Blue) = 86+125+104=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 125 - color contains mainly: green. Hex color #567D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D68 is #A98297. Grayscale: #6E6E6E. Windows color (decimal): -11109016 or 6847830. OLE color: 6847830.
HSL color Cylindrical-coordinate representation of color #567D68: hue angle of 147.69º 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 #567D68 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 125 | 104 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.51 |
| HSL | 147.69º | 0.18% | 0.41% | - |
| HSV(B) | 147.69º | 0.31% | 0.49% | - |
| XYZ | 13.67 | 17.65 | 15.78 | - |
| YUV | 110.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 104 | 0.31 | 0 | 0.17 | 0.51 | 147.69 | 0.18 | 0.41 |
| Hex | 56 | 7D | 68 | 1F | 0 | 11 | 33 | 94 | 12 | 29 |
| Octal | 126 | 175 | 150 | 37 | 0 | 21 | 63 | 224 | 22 | 51 |
| Binary | 1010110 | 1111101 | 1101000 | 11111 | 0 | 10001 | 110011 | 10010100 | 10010 | 101001 |
Color Harmonies of #567D68
Complementary color
Monochromatic Colors of #567D68
Black with #567D68
Text Example
Text Example
White with #567D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567D68; }
p { color: rgb(86,125,104); }
H1.HeaderClassName
{
color: #567D68;
}
.AnyTagClassName
{
color: #567D68;
}
</style>
background-color css
<style>
a { background-color: #567D68; }
a { background-color: rgb(86,125,104); }
div.DivClassName
{
background-color: #567D68;
}
.BgClassName
{
background-color: #567D68;
}
</style>
border-color css
<style>
span { border-color: #567D68; }
span { border-color: rgb(86,125,104); }
td.TdClassName
{
border-color: #567D68;
}
.TagClassName
{
border-color: #567D68;
}
</style>