Shades of Cutty Sark #557A69
Tints of Cutty Sark #557A69
RGB
CMYK
RGB Variations
Color information
#557A69 (or 0x557A69) is known color: Cutty Sark. HEX triplet: 55, 7A and 69. RGB value is (85,122,105). Sum of RGB (Red+Green+Blue) = 85+122+105=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #557A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A69 is #AA8596. Grayscale: #6D6D6D. Windows color (decimal): -11175319 or 6912597. OLE color: 6912597.
HSL color Cylindrical-coordinate representation of color #557A69: hue angle of 152.43º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A69 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 105 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.52 |
| HSL | 152.43º | 0.18% | 0.41% | - |
| HSV(B) | 152.43º | 0.3% | 0.48% | - |
| XYZ | 13.26 | 16.87 | 15.92 | - |
| YUV | 109 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 105 | 0.30 | 0 | 0.14 | 0.52 | 152.43 | 0.18 | 0.41 |
| Hex | 55 | 7A | 69 | 1E | 0 | E | 34 | 98 | 12 | 29 |
| Octal | 125 | 172 | 151 | 36 | 0 | 16 | 64 | 230 | 22 | 51 |
| Binary | 1010101 | 1111010 | 1101001 | 11110 | 0 | 1110 | 110100 | 10011000 | 10010 | 101001 |
Color Harmonies of #557A69
Complementary color
Monochromatic Colors of #557A69
Black with #557A69
Text Example
Text Example
White with #557A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A69; }
p { color: rgb(85,122,105); }
H1.HeaderClassName
{
color: #557A69;
}
.AnyTagClassName
{
color: #557A69;
}
</style>
background-color css
<style>
a { background-color: #557A69; }
a { background-color: rgb(85,122,105); }
div.DivClassName
{
background-color: #557A69;
}
.BgClassName
{
background-color: #557A69;
}
</style>
border-color css
<style>
span { border-color: #557A69; }
span { border-color: rgb(85,122,105); }
td.TdClassName
{
border-color: #557A69;
}
.TagClassName
{
border-color: #557A69;
}
</style>