Shades of Cutty Sark #558C74
Tints of Cutty Sark #558C74
RGB
CMYK
RGB Variations
Color information
#558C74 (or 0x558C74) is known color: Cutty Sark. HEX triplet: 55, 8C and 74. RGB value is (85,140,116). Sum of RGB (Red+Green+Blue) = 85+140+116=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 140 - color contains mainly: green. Hex color #558C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558C74 is #AA738B. Grayscale: #787878. Windows color (decimal): -11170700 or 7638101. OLE color: 7638101.
HSL color Cylindrical-coordinate representation of color #558C74: hue angle of 153.82º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #558C74 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 140 | 116 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.45 |
| HSL | 153.82º | 0.24% | 0.44% | - |
| HSV(B) | 153.82º | 0.39% | 0.55% | - |
| XYZ | 16.28 | 21.95 | 19.9 | - |
| YUV | 120.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 116 | 0.39 | 0 | 0.17 | 0.45 | 153.82 | 0.24 | 0.44 |
| Hex | 55 | 8C | 74 | 27 | 0 | 11 | 2D | 9A | 18 | 2C |
| Octal | 125 | 214 | 164 | 47 | 0 | 21 | 55 | 232 | 30 | 54 |
| Binary | 1010101 | 10001100 | 1110100 | 100111 | 0 | 10001 | 101101 | 10011010 | 11000 | 101100 |
Color Harmonies of #558C74
Complementary color
Monochromatic Colors of #558C74
Black with #558C74
Text Example
Text Example
White with #558C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C74; }
p { color: rgb(85,140,116); }
H1.HeaderClassName
{
color: #558C74;
}
.AnyTagClassName
{
color: #558C74;
}
</style>
background-color css
<style>
a { background-color: #558C74; }
a { background-color: rgb(85,140,116); }
div.DivClassName
{
background-color: #558C74;
}
.BgClassName
{
background-color: #558C74;
}
</style>
border-color css
<style>
span { border-color: #558C74; }
span { border-color: rgb(85,140,116); }
td.TdClassName
{
border-color: #558C74;
}
.TagClassName
{
border-color: #558C74;
}
</style>