Shades of Cutty Sark #558673
Tints of Cutty Sark #558673
RGB
CMYK
RGB Variations
Color information
#558673 (or 0x558673) is known color: Cutty Sark. HEX triplet: 55, 86 and 73. RGB value is (85,134,115). Sum of RGB (Red+Green+Blue) = 85+134+115=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #558673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558673 is #AA798C. Grayscale: #757575. Windows color (decimal): -11172237 or 7571029. OLE color: 7571029.
HSL color Cylindrical-coordinate representation of color #558673: hue angle of 156.73º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #558673 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 134 | 115 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.47 |
| HSL | 156.73º | 0.22% | 0.43% | - |
| HSV(B) | 156.73º | 0.37% | 0.53% | - |
| XYZ | 15.37 | 20.22 | 19.31 | - |
| YUV | 117.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 134 | 115 | 0.37 | 0 | 0.14 | 0.47 | 156.73 | 0.22 | 0.43 |
| Hex | 55 | 86 | 73 | 25 | 0 | E | 2F | 9D | 16 | 2B |
| Octal | 125 | 206 | 163 | 45 | 0 | 16 | 57 | 235 | 26 | 53 |
| Binary | 1010101 | 10000110 | 1110011 | 100101 | 0 | 1110 | 101111 | 10011101 | 10110 | 101011 |
Color Harmonies of #558673
Complementary color
Monochromatic Colors of #558673
Black with #558673
Text Example
Text Example
White with #558673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558673; }
p { color: rgb(85,134,115); }
H1.HeaderClassName
{
color: #558673;
}
.AnyTagClassName
{
color: #558673;
}
</style>
background-color css
<style>
a { background-color: #558673; }
a { background-color: rgb(85,134,115); }
div.DivClassName
{
background-color: #558673;
}
.BgClassName
{
background-color: #558673;
}
</style>
border-color css
<style>
span { border-color: #558673; }
span { border-color: rgb(85,134,115); }
td.TdClassName
{
border-color: #558673;
}
.TagClassName
{
border-color: #558673;
}
</style>