Shades of Cutty Sark #558E6F
Tints of Cutty Sark #558E6F
RGB
CMYK
RGB Variations
Color information
#558E6F (or 0x558E6F) is known color: Cutty Sark. HEX triplet: 55, 8E and 6F. RGB value is (85,142,111). Sum of RGB (Red+Green+Blue) = 85+142+111=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #558E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558E6F is #AA7190. Grayscale: #797979. Windows color (decimal): -11170193 or 7310933. OLE color: 7310933.
HSL color Cylindrical-coordinate representation of color #558E6F: hue angle of 147.37º 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 #558E6F is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 142 | 111 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.44 |
| HSL | 147.37º | 0.25% | 0.45% | - |
| HSV(B) | 147.37º | 0.4% | 0.56% | - |
| XYZ | 16.29 | 22.43 | 18.51 | - |
| YUV | 121.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 111 | 0.40 | 0 | 0.22 | 0.44 | 147.37 | 0.25 | 0.45 |
| Hex | 55 | 8E | 6F | 28 | 0 | 16 | 2C | 93 | 19 | 2D |
| Octal | 125 | 216 | 157 | 50 | 0 | 26 | 54 | 223 | 31 | 55 |
| Binary | 1010101 | 10001110 | 1101111 | 101000 | 0 | 10110 | 101100 | 10010011 | 11001 | 101101 |
Color Harmonies of #558E6F
Complementary color
Monochromatic Colors of #558E6F
Black with #558E6F
Text Example
Text Example
White with #558E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558E6F; }
p { color: rgb(85,142,111); }
H1.HeaderClassName
{
color: #558E6F;
}
.AnyTagClassName
{
color: #558E6F;
}
</style>
background-color css
<style>
a { background-color: #558E6F; }
a { background-color: rgb(85,142,111); }
div.DivClassName
{
background-color: #558E6F;
}
.BgClassName
{
background-color: #558E6F;
}
</style>
border-color css
<style>
span { border-color: #558E6F; }
span { border-color: rgb(85,142,111); }
td.TdClassName
{
border-color: #558E6F;
}
.TagClassName
{
border-color: #558E6F;
}
</style>