Shades of Cutty Sark #558D70
Tints of Cutty Sark #558D70
RGB
CMYK
RGB Variations
Color information
#558D70 (or 0x558D70) is known color: Cutty Sark. HEX triplet: 55, 8D and 70. RGB value is (85,141,112). Sum of RGB (Red+Green+Blue) = 85+141+112=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 141 - color contains mainly: green. Hex color #558D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558D70 is #AA728F. Grayscale: #797979. Windows color (decimal): -11170448 or 7376213. OLE color: 7376213.
HSL color Cylindrical-coordinate representation of color #558D70: hue angle of 148.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558D70 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 141 | 112 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.45 |
| HSL | 148.93º | 0.25% | 0.44% | - |
| HSV(B) | 148.93º | 0.4% | 0.55% | - |
| XYZ | 16.2 | 22.15 | 18.75 | - |
| YUV | 120.95 | 122.95 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 112 | 0.40 | 0 | 0.21 | 0.45 | 148.93 | 0.25 | 0.44 |
| Hex | 55 | 8D | 70 | 28 | 0 | 15 | 2D | 95 | 19 | 2C |
| Octal | 125 | 215 | 160 | 50 | 0 | 25 | 55 | 225 | 31 | 54 |
| Binary | 1010101 | 10001101 | 1110000 | 101000 | 0 | 10101 | 101101 | 10010101 | 11001 | 101100 |
Color Harmonies of #558D70
Complementary color
Monochromatic Colors of #558D70
Black with #558D70
Text Example
Text Example
White with #558D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558D70; }
p { color: rgb(85,141,112); }
H1.HeaderClassName
{
color: #558D70;
}
.AnyTagClassName
{
color: #558D70;
}
</style>
background-color css
<style>
a { background-color: #558D70; }
a { background-color: rgb(85,141,112); }
div.DivClassName
{
background-color: #558D70;
}
.BgClassName
{
background-color: #558D70;
}
</style>
border-color css
<style>
span { border-color: #558D70; }
span { border-color: rgb(85,141,112); }
td.TdClassName
{
border-color: #558D70;
}
.TagClassName
{
border-color: #558D70;
}
</style>