Shades of Cutty Sark #558A76
Tints of Cutty Sark #558A76
RGB
CMYK
RGB Variations
Color information
#558A76 (or 0x558A76) is known color: Cutty Sark. HEX triplet: 55, 8A and 76. RGB value is (85,138,118). Sum of RGB (Red+Green+Blue) = 85+138+118=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #558A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A76 is #AA7589. Grayscale: #777777. Windows color (decimal): -11171210 or 7768661. OLE color: 7768661.
HSL color Cylindrical-coordinate representation of color #558A76: hue angle of 157.36º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558A76 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 138 | 118 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.46 |
| HSL | 157.36º | 0.24% | 0.44% | - |
| HSV(B) | 157.36º | 0.38% | 0.54% | - |
| XYZ | 16.1 | 21.42 | 20.42 | - |
| YUV | 119.87 | 126.94 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 118 | 0.38 | 0 | 0.14 | 0.46 | 157.36 | 0.24 | 0.44 |
| Hex | 55 | 8A | 76 | 26 | 0 | E | 2E | 9D | 18 | 2C |
| Octal | 125 | 212 | 166 | 46 | 0 | 16 | 56 | 235 | 30 | 54 |
| Binary | 1010101 | 10001010 | 1110110 | 100110 | 0 | 1110 | 101110 | 10011101 | 11000 | 101100 |
Color Harmonies of #558A76
Complementary color
Monochromatic Colors of #558A76
Black with #558A76
Text Example
Text Example
White with #558A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A76; }
p { color: rgb(85,138,118); }
H1.HeaderClassName
{
color: #558A76;
}
.AnyTagClassName
{
color: #558A76;
}
</style>
background-color css
<style>
a { background-color: #558A76; }
a { background-color: rgb(85,138,118); }
div.DivClassName
{
background-color: #558A76;
}
.BgClassName
{
background-color: #558A76;
}
</style>
border-color css
<style>
span { border-color: #558A76; }
span { border-color: rgb(85,138,118); }
td.TdClassName
{
border-color: #558A76;
}
.TagClassName
{
border-color: #558A76;
}
</style>