Shades of Cutty Sark #557A70
Tints of Cutty Sark #557A70
RGB
CMYK
RGB Variations
Color information
#557A70 (or 0x557A70) is known color: Cutty Sark. HEX triplet: 55, 7A and 70. RGB value is (85,122,112). Sum of RGB (Red+Green+Blue) = 85+122+112=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 122 - color contains mainly: green. Hex color #557A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A70 is #AA858F. Grayscale: #6D6D6D. Windows color (decimal): -11175312 or 7371349. OLE color: 7371349.
HSL color Cylindrical-coordinate representation of color #557A70: hue angle of 163.78º 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 #557A70 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 122 | 112 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.52 |
| HSL | 163.78º | 0.18% | 0.41% | - |
| HSV(B) | 163.78º | 0.3% | 0.48% | - |
| XYZ | 13.63 | 17.02 | 17.9 | - |
| YUV | 109.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 112 | 0.30 | 0 | 0.08 | 0.52 | 163.78 | 0.18 | 0.41 |
| Hex | 55 | 7A | 70 | 1E | 0 | 8 | 34 | A4 | 12 | 29 |
| Octal | 125 | 172 | 160 | 36 | 0 | 10 | 64 | 244 | 22 | 51 |
| Binary | 1010101 | 1111010 | 1110000 | 11110 | 0 | 1000 | 110100 | 10100100 | 10010 | 101001 |
Color Harmonies of #557A70
Complementary color
Monochromatic Colors of #557A70
Black with #557A70
Text Example
Text Example
White with #557A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557A70; }
p { color: rgb(85,122,112); }
H1.HeaderClassName
{
color: #557A70;
}
.AnyTagClassName
{
color: #557A70;
}
</style>
background-color css
<style>
a { background-color: #557A70; }
a { background-color: rgb(85,122,112); }
div.DivClassName
{
background-color: #557A70;
}
.BgClassName
{
background-color: #557A70;
}
</style>
border-color css
<style>
span { border-color: #557A70; }
span { border-color: rgb(85,122,112); }
td.TdClassName
{
border-color: #557A70;
}
.TagClassName
{
border-color: #557A70;
}
</style>