Shades of Cutty Sark #558A6F
Tints of Cutty Sark #558A6F
RGB
CMYK
RGB Variations
Color information
#558A6F (or 0x558A6F) is known color: Cutty Sark. HEX triplet: 55, 8A and 6F. RGB value is (85,138,111). Sum of RGB (Red+Green+Blue) = 85+138+111=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #558A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A6F is #AA7590. Grayscale: #777777. Windows color (decimal): -11171217 or 7309909. OLE color: 7309909.
HSL color Cylindrical-coordinate representation of color #558A6F: hue angle of 149.43º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558A6F is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 138 | 111 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.46 |
| HSL | 149.43º | 0.24% | 0.44% | - |
| HSV(B) | 149.43º | 0.38% | 0.54% | - |
| XYZ | 15.7 | 21.26 | 18.31 | - |
| YUV | 119.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 111 | 0.38 | 0 | 0.20 | 0.46 | 149.43 | 0.24 | 0.44 |
| Hex | 55 | 8A | 6F | 26 | 0 | 14 | 2E | 95 | 18 | 2C |
| Octal | 125 | 212 | 157 | 46 | 0 | 24 | 56 | 225 | 30 | 54 |
| Binary | 1010101 | 10001010 | 1101111 | 100110 | 0 | 10100 | 101110 | 10010101 | 11000 | 101100 |
Color Harmonies of #558A6F
Complementary color
Monochromatic Colors of #558A6F
Black with #558A6F
Text Example
Text Example
White with #558A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558A6F; }
p { color: rgb(85,138,111); }
H1.HeaderClassName
{
color: #558A6F;
}
.AnyTagClassName
{
color: #558A6F;
}
</style>
background-color css
<style>
a { background-color: #558A6F; }
a { background-color: rgb(85,138,111); }
div.DivClassName
{
background-color: #558A6F;
}
.BgClassName
{
background-color: #558A6F;
}
</style>
border-color css
<style>
span { border-color: #558A6F; }
span { border-color: rgb(85,138,111); }
td.TdClassName
{
border-color: #558A6F;
}
.TagClassName
{
border-color: #558A6F;
}
</style>