Shades of Como #567B67
Tints of Como #567B67
RGB
CMYK
RGB Variations
Color information
#567B67 (or 0x567B67) is known color: Como. HEX triplet: 56, 7B and 67. RGB value is (86,123,103). Sum of RGB (Red+Green+Blue) = 86+123+103=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 123 - color contains mainly: green. Hex color #567B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567B67 is #A98498. Grayscale: #6D6D6D. Windows color (decimal): -11109529 or 6781782. OLE color: 6781782.
HSL color Cylindrical-coordinate representation of color #567B67: hue angle of 147.57º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #567B67 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 123 | 103 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.52 |
| HSL | 147.57º | 0.18% | 0.41% | - |
| HSV(B) | 147.57º | 0.3% | 0.48% | - |
| XYZ | 13.37 | 17.12 | 15.43 | - |
| YUV | 109.66 | 124.24 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 103 | 0.30 | 0 | 0.16 | 0.52 | 147.57 | 0.18 | 0.41 |
| Hex | 56 | 7B | 67 | 1E | 0 | 10 | 34 | 94 | 12 | 29 |
| Octal | 126 | 173 | 147 | 36 | 0 | 20 | 64 | 224 | 22 | 51 |
| Binary | 1010110 | 1111011 | 1100111 | 11110 | 0 | 10000 | 110100 | 10010100 | 10010 | 101001 |
Color Harmonies of #567B67
Complementary color
Monochromatic Colors of #567B67
Black with #567B67
Text Example
Text Example
White with #567B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567B67; }
p { color: rgb(86,123,103); }
H1.HeaderClassName
{
color: #567B67;
}
.AnyTagClassName
{
color: #567B67;
}
</style>
background-color css
<style>
a { background-color: #567B67; }
a { background-color: rgb(86,123,103); }
div.DivClassName
{
background-color: #567B67;
}
.BgClassName
{
background-color: #567B67;
}
</style>
border-color css
<style>
span { border-color: #567B67; }
span { border-color: rgb(86,123,103); }
td.TdClassName
{
border-color: #567B67;
}
.TagClassName
{
border-color: #567B67;
}
</style>