Shades of Cutty Sark #558A74
Tints of Cutty Sark #558A74
RGB
CMYK
RGB Variations
Color information
#558A74 (or 0x558A74) is known color: Cutty Sark. HEX triplet: 55, 8A and 74. RGB value is (85,138,116). Sum of RGB (Red+Green+Blue) = 85+138+116=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #558A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A74 is #AA758B. Grayscale: #777777. Windows color (decimal): -11171212 or 7637589. OLE color: 7637589.
HSL color Cylindrical-coordinate representation of color #558A74: hue angle of 155.09º 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 #558A74 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 138 | 116 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.46 |
| HSL | 155.09º | 0.24% | 0.44% | - |
| HSV(B) | 155.09º | 0.38% | 0.54% | - |
| XYZ | 15.99 | 21.37 | 19.81 | - |
| YUV | 119.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 116 | 0.38 | 0 | 0.16 | 0.46 | 155.09 | 0.24 | 0.44 |
| Hex | 55 | 8A | 74 | 26 | 0 | 10 | 2E | 9B | 18 | 2C |
| Octal | 125 | 212 | 164 | 46 | 0 | 20 | 56 | 233 | 30 | 54 |
| Binary | 1010101 | 10001010 | 1110100 | 100110 | 0 | 10000 | 101110 | 10011011 | 11000 | 101100 |
Color Harmonies of #558A74
Complementary color
Monochromatic Colors of #558A74
Black with #558A74
Text Example
Text Example
White with #558A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A74; }
p { color: rgb(85,138,116); }
H1.HeaderClassName
{
color: #558A74;
}
.AnyTagClassName
{
color: #558A74;
}
</style>
background-color css
<style>
a { background-color: #558A74; }
a { background-color: rgb(85,138,116); }
div.DivClassName
{
background-color: #558A74;
}
.BgClassName
{
background-color: #558A74;
}
</style>
border-color css
<style>
span { border-color: #558A74; }
span { border-color: rgb(85,138,116); }
td.TdClassName
{
border-color: #558A74;
}
.TagClassName
{
border-color: #558A74;
}
</style>