Shades of Cutty Sark #557E6E
Tints of Cutty Sark #557E6E
RGB
CMYK
RGB Variations
Color information
#557E6E (or 0x557E6E) is known color: Cutty Sark. HEX triplet: 55, 7E and 6E. RGB value is (85,126,110). Sum of RGB (Red+Green+Blue) = 85+126+110=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 126 - color contains mainly: green. Hex color #557E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E6E is #AA8191. Grayscale: #6F6F6F. Windows color (decimal): -11174290 or 7241301. OLE color: 7241301.
HSL color Cylindrical-coordinate representation of color #557E6E: hue angle of 156.59º 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 #557E6E is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 110 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.51 |
| HSL | 156.59º | 0.19% | 0.41% | - |
| HSV(B) | 156.59º | 0.33% | 0.49% | - |
| XYZ | 14.02 | 17.98 | 17.48 | - |
| YUV | 111.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 110 | 0.33 | 0 | 0.13 | 0.51 | 156.59 | 0.19 | 0.41 |
| Hex | 55 | 7E | 6E | 21 | 0 | D | 33 | 9D | 13 | 29 |
| Octal | 125 | 176 | 156 | 41 | 0 | 15 | 63 | 235 | 23 | 51 |
| Binary | 1010101 | 1111110 | 1101110 | 100001 | 0 | 1101 | 110011 | 10011101 | 10011 | 101001 |
Color Harmonies of #557E6E
Complementary color
Monochromatic Colors of #557E6E
Black with #557E6E
Text Example
Text Example
White with #557E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E6E; }
p { color: rgb(85,126,110); }
H1.HeaderClassName
{
color: #557E6E;
}
.AnyTagClassName
{
color: #557E6E;
}
</style>
background-color css
<style>
a { background-color: #557E6E; }
a { background-color: rgb(85,126,110); }
div.DivClassName
{
background-color: #557E6E;
}
.BgClassName
{
background-color: #557E6E;
}
</style>
border-color css
<style>
span { border-color: #557E6E; }
span { border-color: rgb(85,126,110); }
td.TdClassName
{
border-color: #557E6E;
}
.TagClassName
{
border-color: #557E6E;
}
</style>