Shades of Cutty Sark #558C6D
Tints of Cutty Sark #558C6D
RGB
CMYK
RGB Variations
Color information
#558C6D (or 0x558C6D) is known color: Cutty Sark. HEX triplet: 55, 8C and 6D. RGB value is (85,140,109). Sum of RGB (Red+Green+Blue) = 85+140+109=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 140 - color contains mainly: green. Hex color #558C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558C6D is #AA7392. Grayscale: #787878. Windows color (decimal): -11170707 or 7179349. OLE color: 7179349.
HSL color Cylindrical-coordinate representation of color #558C6D: hue angle of 146.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 #558C6D is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 140 | 109 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.45 |
| HSL | 146.18º | 0.24% | 0.44% | - |
| HSV(B) | 146.18º | 0.39% | 0.55% | - |
| XYZ | 15.88 | 21.79 | 17.84 | - |
| YUV | 120.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 109 | 0.39 | 0 | 0.22 | 0.45 | 146.18 | 0.24 | 0.44 |
| Hex | 55 | 8C | 6D | 27 | 0 | 16 | 2D | 92 | 18 | 2C |
| Octal | 125 | 214 | 155 | 47 | 0 | 26 | 55 | 222 | 30 | 54 |
| Binary | 1010101 | 10001100 | 1101101 | 100111 | 0 | 10110 | 101101 | 10010010 | 11000 | 101100 |
Color Harmonies of #558C6D
Complementary color
Monochromatic Colors of #558C6D
Black with #558C6D
Text Example
Text Example
White with #558C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C6D; }
p { color: rgb(85,140,109); }
H1.HeaderClassName
{
color: #558C6D;
}
.AnyTagClassName
{
color: #558C6D;
}
</style>
background-color css
<style>
a { background-color: #558C6D; }
a { background-color: rgb(85,140,109); }
div.DivClassName
{
background-color: #558C6D;
}
.BgClassName
{
background-color: #558C6D;
}
</style>
border-color css
<style>
span { border-color: #558C6D; }
span { border-color: rgb(85,140,109); }
td.TdClassName
{
border-color: #558C6D;
}
.TagClassName
{
border-color: #558C6D;
}
</style>