Shades of Como #567B66
Tints of Como #567B66
RGB
CMYK
RGB Variations
Color information
#567B66 (or 0x567B66) is known color: Como. HEX triplet: 56, 7B and 66. RGB value is (86,123,102). Sum of RGB (Red+Green+Blue) = 86+123+102=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 123 - color contains mainly: green. Hex color #567B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567B66 is #A98499. Grayscale: #6D6D6D. Windows color (decimal): -11109530 or 6716246. OLE color: 6716246.
HSL color Cylindrical-coordinate representation of color #567B66: hue angle of 145.95º 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 #567B66 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 123 | 102 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.52 |
| HSL | 145.95º | 0.18% | 0.41% | - |
| HSV(B) | 145.95º | 0.3% | 0.48% | - |
| XYZ | 13.32 | 17.1 | 15.17 | - |
| YUV | 109.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 123 | 102 | 0.30 | 0 | 0.17 | 0.52 | 145.95 | 0.18 | 0.41 |
| Hex | 56 | 7B | 66 | 1E | 0 | 11 | 34 | 92 | 12 | 29 |
| Octal | 126 | 173 | 146 | 36 | 0 | 21 | 64 | 222 | 22 | 51 |
| Binary | 1010110 | 1111011 | 1100110 | 11110 | 0 | 10001 | 110100 | 10010010 | 10010 | 101001 |
Color Harmonies of #567B66
Complementary color
Monochromatic Colors of #567B66
Black with #567B66
Text Example
Text Example
White with #567B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567B66; }
p { color: rgb(86,123,102); }
H1.HeaderClassName
{
color: #567B66;
}
.AnyTagClassName
{
color: #567B66;
}
</style>
background-color css
<style>
a { background-color: #567B66; }
a { background-color: rgb(86,123,102); }
div.DivClassName
{
background-color: #567B66;
}
.BgClassName
{
background-color: #567B66;
}
</style>
border-color css
<style>
span { border-color: #567B66; }
span { border-color: rgb(86,123,102); }
td.TdClassName
{
border-color: #567B66;
}
.TagClassName
{
border-color: #567B66;
}
</style>