Shades of Cutty Sark #557E71
Tints of Cutty Sark #557E71
RGB
CMYK
RGB Variations
Color information
#557E71 (or 0x557E71) is known color: Cutty Sark. HEX triplet: 55, 7E and 71. RGB value is (85,126,113). Sum of RGB (Red+Green+Blue) = 85+126+113=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 126 - color contains mainly: green. Hex color #557E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E71 is #AA818E. Grayscale: #707070. Windows color (decimal): -11174287 or 7437909. OLE color: 7437909.
HSL color Cylindrical-coordinate representation of color #557E71: hue angle of 160.98º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557E71 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 113 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.51 |
| HSL | 160.98º | 0.19% | 0.41% | - |
| HSV(B) | 160.98º | 0.33% | 0.49% | - |
| XYZ | 14.19 | 18.05 | 18.36 | - |
| YUV | 112.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 113 | 0.33 | 0 | 0.10 | 0.51 | 160.98 | 0.19 | 0.41 |
| Hex | 55 | 7E | 71 | 21 | 0 | A | 33 | A1 | 13 | 29 |
| Octal | 125 | 176 | 161 | 41 | 0 | 12 | 63 | 241 | 23 | 51 |
| Binary | 1010101 | 1111110 | 1110001 | 100001 | 0 | 1010 | 110011 | 10100001 | 10011 | 101001 |
Color Harmonies of #557E71
Complementary color
Monochromatic Colors of #557E71
Black with #557E71
Text Example
Text Example
White with #557E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E71; }
p { color: rgb(85,126,113); }
H1.HeaderClassName
{
color: #557E71;
}
.AnyTagClassName
{
color: #557E71;
}
</style>
background-color css
<style>
a { background-color: #557E71; }
a { background-color: rgb(85,126,113); }
div.DivClassName
{
background-color: #557E71;
}
.BgClassName
{
background-color: #557E71;
}
</style>
border-color css
<style>
span { border-color: #557E71; }
span { border-color: rgb(85,126,113); }
td.TdClassName
{
border-color: #557E71;
}
.TagClassName
{
border-color: #557E71;
}
</style>