Shades of Cutty Sark #578F77
Tints of Cutty Sark #578F77
RGB
CMYK
RGB Variations
Color information
#578F77 (or 0x578F77) is known color: Cutty Sark. HEX triplet: 57, 8F and 77. RGB value is (87,143,119). Sum of RGB (Red+Green+Blue) = 87+143+119=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 143 - color contains mainly: green. Hex color #578F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578F77 is #A87088. Grayscale: #7B7B7B. Windows color (decimal): -11038857 or 7835479. OLE color: 7835479.
HSL color Cylindrical-coordinate representation of color #578F77: hue angle of 154.29º 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 #578F77 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 143 | 119 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.44 |
| HSL | 154.29º | 0.24% | 0.45% | - |
| HSV(B) | 154.29º | 0.39% | 0.56% | - |
| XYZ | 17.08 | 23 | 20.99 | - |
| YUV | 123.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 143 | 119 | 0.39 | 0 | 0.17 | 0.44 | 154.29 | 0.24 | 0.45 |
| Hex | 57 | 8F | 77 | 27 | 0 | 11 | 2C | 9A | 18 | 2D |
| Octal | 127 | 217 | 167 | 47 | 0 | 21 | 54 | 232 | 30 | 55 |
| Binary | 1010111 | 10001111 | 1110111 | 100111 | 0 | 10001 | 101100 | 10011010 | 11000 | 101101 |
Color Harmonies of #578F77
Complementary color
Monochromatic Colors of #578F77
Black with #578F77
Text Example
Text Example
White with #578F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578F77; }
p { color: rgb(87,143,119); }
H1.HeaderClassName
{
color: #578F77;
}
.AnyTagClassName
{
color: #578F77;
}
</style>
background-color css
<style>
a { background-color: #578F77; }
a { background-color: rgb(87,143,119); }
div.DivClassName
{
background-color: #578F77;
}
.BgClassName
{
background-color: #578F77;
}
</style>
border-color css
<style>
span { border-color: #578F77; }
span { border-color: rgb(87,143,119); }
td.TdClassName
{
border-color: #578F77;
}
.TagClassName
{
border-color: #578F77;
}
</style>