Shades of Cutty Sark #557D6E
Tints of Cutty Sark #557D6E
RGB
CMYK
RGB Variations
Color information
#557D6E (or 0x557D6E) is known color: Cutty Sark. HEX triplet: 55, 7D and 6E. RGB value is (85,125,110). Sum of RGB (Red+Green+Blue) = 85+125+110=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 125 - color contains mainly: green. Hex color #557D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557D6E is #AA8291. Grayscale: #6F6F6F. Windows color (decimal): -11174546 or 7241045. OLE color: 7241045.
HSL color Cylindrical-coordinate representation of color #557D6E: hue angle of 157.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #557D6E is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 125 | 110 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.51 |
| HSL | 157.5º | 0.19% | 0.41% | - |
| HSV(B) | 157.5º | 0.32% | 0.49% | - |
| XYZ | 13.89 | 17.72 | 17.44 | - |
| YUV | 111.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 110 | 0.32 | 0 | 0.12 | 0.51 | 157.5 | 0.19 | 0.41 |
| Hex | 55 | 7D | 6E | 20 | 0 | C | 33 | 9E | 13 | 29 |
| Octal | 125 | 175 | 156 | 40 | 0 | 14 | 63 | 236 | 23 | 51 |
| Binary | 1010101 | 1111101 | 1101110 | 100000 | 0 | 1100 | 110011 | 10011110 | 10011 | 101001 |
Color Harmonies of #557D6E
Complementary color
Monochromatic Colors of #557D6E
Black with #557D6E
Text Example
Text Example
White with #557D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557D6E; }
p { color: rgb(85,125,110); }
H1.HeaderClassName
{
color: #557D6E;
}
.AnyTagClassName
{
color: #557D6E;
}
</style>
background-color css
<style>
a { background-color: #557D6E; }
a { background-color: rgb(85,125,110); }
div.DivClassName
{
background-color: #557D6E;
}
.BgClassName
{
background-color: #557D6E;
}
</style>
border-color css
<style>
span { border-color: #557D6E; }
span { border-color: rgb(85,125,110); }
td.TdClassName
{
border-color: #557D6E;
}
.TagClassName
{
border-color: #557D6E;
}
</style>