Shades of Cutty Sark #558B6C
Tints of Cutty Sark #558B6C
RGB
CMYK
RGB Variations
Color information
#558B6C (or 0x558B6C) is known color: Cutty Sark. HEX triplet: 55, 8B and 6C. RGB value is (85,139,108). Sum of RGB (Red+Green+Blue) = 85+139+108=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #558B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558B6C is #AA7493. Grayscale: #777777. Windows color (decimal): -11170964 or 7113557. OLE color: 7113557.
HSL color Cylindrical-coordinate representation of color #558B6C: hue angle of 145.56º 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 #558B6C is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 139 | 108 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.45 |
| HSL | 145.56º | 0.24% | 0.44% | - |
| HSV(B) | 145.56º | 0.39% | 0.55% | - |
| XYZ | 15.69 | 21.48 | 17.51 | - |
| YUV | 119.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 108 | 0.39 | 0 | 0.22 | 0.45 | 145.56 | 0.24 | 0.44 |
| Hex | 55 | 8B | 6C | 27 | 0 | 16 | 2D | 92 | 18 | 2C |
| Octal | 125 | 213 | 154 | 47 | 0 | 26 | 55 | 222 | 30 | 54 |
| Binary | 1010101 | 10001011 | 1101100 | 100111 | 0 | 10110 | 101101 | 10010010 | 11000 | 101100 |
Color Harmonies of #558B6C
Complementary color
Monochromatic Colors of #558B6C
Black with #558B6C
Text Example
Text Example
White with #558B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B6C; }
p { color: rgb(85,139,108); }
H1.HeaderClassName
{
color: #558B6C;
}
.AnyTagClassName
{
color: #558B6C;
}
</style>
background-color css
<style>
a { background-color: #558B6C; }
a { background-color: rgb(85,139,108); }
div.DivClassName
{
background-color: #558B6C;
}
.BgClassName
{
background-color: #558B6C;
}
</style>
border-color css
<style>
span { border-color: #558B6C; }
span { border-color: rgb(85,139,108); }
td.TdClassName
{
border-color: #558B6C;
}
.TagClassName
{
border-color: #558B6C;
}
</style>