Shades of Cutty Sark #558C78
Tints of Cutty Sark #558C78
RGB
CMYK
RGB Variations
Color information
#558C78 (or 0x558C78) is known color: Cutty Sark. HEX triplet: 55, 8C and 78. RGB value is (85,140,120). Sum of RGB (Red+Green+Blue) = 85+140+120=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 140 - color contains mainly: green. Hex color #558C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558C78 is #AA7387. Grayscale: #797979. Windows color (decimal): -11170696 or 7900245. OLE color: 7900245.
HSL color Cylindrical-coordinate representation of color #558C78: hue angle of 158.18º 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 #558C78 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 140 | 120 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.45 |
| HSL | 158.18º | 0.24% | 0.44% | - |
| HSV(B) | 158.18º | 0.39% | 0.55% | - |
| XYZ | 16.51 | 22.04 | 21.15 | - |
| YUV | 121.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 120 | 0.39 | 0 | 0.14 | 0.45 | 158.18 | 0.24 | 0.44 |
| Hex | 55 | 8C | 78 | 27 | 0 | E | 2D | 9E | 18 | 2C |
| Octal | 125 | 214 | 170 | 47 | 0 | 16 | 55 | 236 | 30 | 54 |
| Binary | 1010101 | 10001100 | 1111000 | 100111 | 0 | 1110 | 101101 | 10011110 | 11000 | 101100 |
Color Harmonies of #558C78
Complementary color
Monochromatic Colors of #558C78
Black with #558C78
Text Example
Text Example
White with #558C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C78; }
p { color: rgb(85,140,120); }
H1.HeaderClassName
{
color: #558C78;
}
.AnyTagClassName
{
color: #558C78;
}
</style>
background-color css
<style>
a { background-color: #558C78; }
a { background-color: rgb(85,140,120); }
div.DivClassName
{
background-color: #558C78;
}
.BgClassName
{
background-color: #558C78;
}
</style>
border-color css
<style>
span { border-color: #558C78; }
span { border-color: rgb(85,140,120); }
td.TdClassName
{
border-color: #558C78;
}
.TagClassName
{
border-color: #558C78;
}
</style>