Shades of Cutty Sark #558E6D
Tints of Cutty Sark #558E6D
RGB
CMYK
RGB Variations
Color information
#558E6D (or 0x558E6D) is known color: Cutty Sark. HEX triplet: 55, 8E and 6D. RGB value is (85,142,109). Sum of RGB (Red+Green+Blue) = 85+142+109=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 142 - color contains mainly: green. Hex color #558E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558E6D is #AA7192. Grayscale: #797979. Windows color (decimal): -11170195 or 7179861. OLE color: 7179861.
HSL color Cylindrical-coordinate representation of color #558E6D: hue angle of 145.26º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558E6D is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 142 | 109 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.44 |
| HSL | 145.26º | 0.25% | 0.45% | - |
| HSV(B) | 145.26º | 0.4% | 0.56% | - |
| XYZ | 16.18 | 22.38 | 17.94 | - |
| YUV | 121.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 109 | 0.40 | 0 | 0.23 | 0.44 | 145.26 | 0.25 | 0.45 |
| Hex | 55 | 8E | 6D | 28 | 0 | 17 | 2C | 91 | 19 | 2D |
| Octal | 125 | 216 | 155 | 50 | 0 | 27 | 54 | 221 | 31 | 55 |
| Binary | 1010101 | 10001110 | 1101101 | 101000 | 0 | 10111 | 101100 | 10010001 | 11001 | 101101 |
Color Harmonies of #558E6D
Complementary color
Monochromatic Colors of #558E6D
Black with #558E6D
Text Example
Text Example
White with #558E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558E6D; }
p { color: rgb(85,142,109); }
H1.HeaderClassName
{
color: #558E6D;
}
.AnyTagClassName
{
color: #558E6D;
}
</style>
background-color css
<style>
a { background-color: #558E6D; }
a { background-color: rgb(85,142,109); }
div.DivClassName
{
background-color: #558E6D;
}
.BgClassName
{
background-color: #558E6D;
}
</style>
border-color css
<style>
span { border-color: #558E6D; }
span { border-color: rgb(85,142,109); }
td.TdClassName
{
border-color: #558E6D;
}
.TagClassName
{
border-color: #558E6D;
}
</style>