Shades of Cutty Sark #578E6E
Tints of Cutty Sark #578E6E
RGB
CMYK
RGB Variations
Color information
#578E6E (or 0x578E6E) is known color: Cutty Sark. HEX triplet: 57, 8E and 6E. RGB value is (87,142,110). Sum of RGB (Red+Green+Blue) = 87+142+110=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 142 - color contains mainly: green. Hex color #578E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578E6E is #A87191. Grayscale: #797979. Windows color (decimal): -11039122 or 7245399. OLE color: 7245399.
HSL color Cylindrical-coordinate representation of color #578E6E: hue angle of 145.09º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #578E6E is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 142 | 110 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.44 |
| HSL | 145.09º | 0.24% | 0.45% | - |
| HSV(B) | 145.09º | 0.39% | 0.56% | - |
| XYZ | 16.42 | 22.5 | 18.23 | - |
| YUV | 121.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 142 | 110 | 0.39 | 0 | 0.23 | 0.44 | 145.09 | 0.24 | 0.45 |
| Hex | 57 | 8E | 6E | 27 | 0 | 17 | 2C | 91 | 18 | 2D |
| Octal | 127 | 216 | 156 | 47 | 0 | 27 | 54 | 221 | 30 | 55 |
| Binary | 1010111 | 10001110 | 1101110 | 100111 | 0 | 10111 | 101100 | 10010001 | 11000 | 101101 |
Color Harmonies of #578E6E
Complementary color
Monochromatic Colors of #578E6E
Black with #578E6E
Text Example
Text Example
White with #578E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578E6E; }
p { color: rgb(87,142,110); }
H1.HeaderClassName
{
color: #578E6E;
}
.AnyTagClassName
{
color: #578E6E;
}
</style>
background-color css
<style>
a { background-color: #578E6E; }
a { background-color: rgb(87,142,110); }
div.DivClassName
{
background-color: #578E6E;
}
.BgClassName
{
background-color: #578E6E;
}
</style>
border-color css
<style>
span { border-color: #578E6E; }
span { border-color: rgb(87,142,110); }
td.TdClassName
{
border-color: #578E6E;
}
.TagClassName
{
border-color: #578E6E;
}
</style>