Shades of Como #557B64
Tints of Como #557B64
RGB
CMYK
RGB Variations
Color information
#557B64 (or 0x557B64) is known color: Como. HEX triplet: 55, 7B and 64. RGB value is (85,123,100). Sum of RGB (Red+Green+Blue) = 85+123+100=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #557B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B64 is #AA849B. Grayscale: #6D6D6D. Windows color (decimal): -11175068 or 6585173. OLE color: 6585173.
HSL color Cylindrical-coordinate representation of color #557B64: hue angle of 143.68º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B64 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 123 | 100 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.52 |
| HSL | 143.68º | 0.18% | 0.41% | - |
| HSV(B) | 143.68º | 0.31% | 0.48% | - |
| XYZ | 13.13 | 17.02 | 14.65 | - |
| YUV | 109.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 100 | 0.31 | 0 | 0.19 | 0.52 | 143.68 | 0.18 | 0.41 |
| Hex | 55 | 7B | 64 | 1F | 0 | 13 | 34 | 90 | 12 | 29 |
| Octal | 125 | 173 | 144 | 37 | 0 | 23 | 64 | 220 | 22 | 51 |
| Binary | 1010101 | 1111011 | 1100100 | 11111 | 0 | 10011 | 110100 | 10010000 | 10010 | 101001 |
Color Harmonies of #557B64
Complementary color
Monochromatic Colors of #557B64
Black with #557B64
Text Example
Text Example
White with #557B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B64; }
p { color: rgb(85,123,100); }
H1.HeaderClassName
{
color: #557B64;
}
.AnyTagClassName
{
color: #557B64;
}
</style>
background-color css
<style>
a { background-color: #557B64; }
a { background-color: rgb(85,123,100); }
div.DivClassName
{
background-color: #557B64;
}
.BgClassName
{
background-color: #557B64;
}
</style>
border-color css
<style>
span { border-color: #557B64; }
span { border-color: rgb(85,123,100); }
td.TdClassName
{
border-color: #557B64;
}
.TagClassName
{
border-color: #557B64;
}
</style>