Shades of Cutty Sark #557E69
Tints of Cutty Sark #557E69
RGB
CMYK
RGB Variations
Color information
#557E69 (or 0x557E69) is known color: Cutty Sark. HEX triplet: 55, 7E and 69. RGB value is (85,126,105). Sum of RGB (Red+Green+Blue) = 85+126+105=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 126 - color contains mainly: green. Hex color #557E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E69 is #AA8196. Grayscale: #6F6F6F. Windows color (decimal): -11174295 or 6913621. OLE color: 6913621.
HSL color Cylindrical-coordinate representation of color #557E69: hue angle of 149.27º 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 #557E69 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 126 | 105 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.51 |
| HSL | 149.27º | 0.19% | 0.41% | - |
| HSV(B) | 149.27º | 0.33% | 0.49% | - |
| XYZ | 13.76 | 17.87 | 16.09 | - |
| YUV | 111.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 105 | 0.33 | 0 | 0.17 | 0.51 | 149.27 | 0.19 | 0.41 |
| Hex | 55 | 7E | 69 | 21 | 0 | 11 | 33 | 95 | 13 | 29 |
| Octal | 125 | 176 | 151 | 41 | 0 | 21 | 63 | 225 | 23 | 51 |
| Binary | 1010101 | 1111110 | 1101001 | 100001 | 0 | 10001 | 110011 | 10010101 | 10011 | 101001 |
Color Harmonies of #557E69
Complementary color
Monochromatic Colors of #557E69
Black with #557E69
Text Example
Text Example
White with #557E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557E69; }
p { color: rgb(85,126,105); }
H1.HeaderClassName
{
color: #557E69;
}
.AnyTagClassName
{
color: #557E69;
}
</style>
background-color css
<style>
a { background-color: #557E69; }
a { background-color: rgb(85,126,105); }
div.DivClassName
{
background-color: #557E69;
}
.BgClassName
{
background-color: #557E69;
}
</style>
border-color css
<style>
span { border-color: #557E69; }
span { border-color: rgb(85,126,105); }
td.TdClassName
{
border-color: #557E69;
}
.TagClassName
{
border-color: #557E69;
}
</style>