Shades of Cutty Sark #578E70
Tints of Cutty Sark #578E70
RGB
CMYK
RGB Variations
Color information
#578E70 (or 0x578E70) is known color: Cutty Sark. HEX triplet: 57, 8E and 70. RGB value is (87,142,112). Sum of RGB (Red+Green+Blue) = 87+142+112=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 142 - color contains mainly: green. Hex color #578E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578E70 is #A8718F. Grayscale: #7A7A7A. Windows color (decimal): -11039120 or 7376471. OLE color: 7376471.
HSL color Cylindrical-coordinate representation of color #578E70: hue angle of 147.27º 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 #578E70 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 142 | 112 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.44 |
| HSL | 147.27º | 0.24% | 0.45% | - |
| HSV(B) | 147.27º | 0.39% | 0.56% | - |
| XYZ | 16.53 | 22.54 | 18.81 | - |
| YUV | 122.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 142 | 112 | 0.39 | 0 | 0.21 | 0.44 | 147.27 | 0.24 | 0.45 |
| Hex | 57 | 8E | 70 | 27 | 0 | 15 | 2C | 93 | 18 | 2D |
| Octal | 127 | 216 | 160 | 47 | 0 | 25 | 54 | 223 | 30 | 55 |
| Binary | 1010111 | 10001110 | 1110000 | 100111 | 0 | 10101 | 101100 | 10010011 | 11000 | 101101 |
Color Harmonies of #578E70
Complementary color
Monochromatic Colors of #578E70
Black with #578E70
Text Example
Text Example
White with #578E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578E70; }
p { color: rgb(87,142,112); }
H1.HeaderClassName
{
color: #578E70;
}
.AnyTagClassName
{
color: #578E70;
}
</style>
background-color css
<style>
a { background-color: #578E70; }
a { background-color: rgb(87,142,112); }
div.DivClassName
{
background-color: #578E70;
}
.BgClassName
{
background-color: #578E70;
}
</style>
border-color css
<style>
span { border-color: #578E70; }
span { border-color: rgb(87,142,112); }
td.TdClassName
{
border-color: #578E70;
}
.TagClassName
{
border-color: #578E70;
}
</style>