Shades of Cutty Sark #558C6A
Tints of Cutty Sark #558C6A
RGB
CMYK
RGB Variations
Color information
#558C6A (or 0x558C6A) is known color: Cutty Sark. HEX triplet: 55, 8C and 6A. RGB value is (85,140,106). Sum of RGB (Red+Green+Blue) = 85+140+106=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 140 - color contains mainly: green. Hex color #558C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558C6A is #AA7395. Grayscale: #777777. Windows color (decimal): -11170710 or 6982741. OLE color: 6982741.
HSL color Cylindrical-coordinate representation of color #558C6A: hue angle of 142.91º 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 #558C6A is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 140 | 106 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.45 |
| HSL | 142.91º | 0.24% | 0.44% | - |
| HSV(B) | 142.91º | 0.39% | 0.55% | - |
| XYZ | 15.73 | 21.73 | 17 | - |
| YUV | 119.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 106 | 0.39 | 0 | 0.24 | 0.45 | 142.91 | 0.24 | 0.44 |
| Hex | 55 | 8C | 6A | 27 | 0 | 18 | 2D | 8F | 18 | 2C |
| Octal | 125 | 214 | 152 | 47 | 0 | 30 | 55 | 217 | 30 | 54 |
| Binary | 1010101 | 10001100 | 1101010 | 100111 | 0 | 11000 | 101101 | 10001111 | 11000 | 101100 |
Color Harmonies of #558C6A
Complementary color
Monochromatic Colors of #558C6A
Black with #558C6A
Text Example
Text Example
White with #558C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C6A; }
p { color: rgb(85,140,106); }
H1.HeaderClassName
{
color: #558C6A;
}
.AnyTagClassName
{
color: #558C6A;
}
</style>
background-color css
<style>
a { background-color: #558C6A; }
a { background-color: rgb(85,140,106); }
div.DivClassName
{
background-color: #558C6A;
}
.BgClassName
{
background-color: #558C6A;
}
</style>
border-color css
<style>
span { border-color: #558C6A; }
span { border-color: rgb(85,140,106); }
td.TdClassName
{
border-color: #558C6A;
}
.TagClassName
{
border-color: #558C6A;
}
</style>