Shades of Cutty Sark #577C70
Tints of Cutty Sark #577C70
RGB
CMYK
RGB Variations
Color information
#577C70 (or 0x577C70) is known color: Cutty Sark. HEX triplet: 57, 7C and 70. RGB value is (87,124,112). Sum of RGB (Red+Green+Blue) = 87+124+112=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 124 - color contains mainly: green. Hex color #577C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577C70 is #A8838F. Grayscale: #6F6F6F. Windows color (decimal): -11043728 or 7371863. OLE color: 7371863.
HSL color Cylindrical-coordinate representation of color #577C70: hue angle of 160.54º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #577C70 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 124 | 112 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.51 |
| HSL | 160.54º | 0.18% | 0.41% | - |
| HSV(B) | 160.54º | 0.3% | 0.49% | - |
| XYZ | 14.06 | 17.61 | 17.99 | - |
| YUV | 111.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 112 | 0.30 | 0 | 0.10 | 0.51 | 160.54 | 0.18 | 0.41 |
| Hex | 57 | 7C | 70 | 1E | 0 | A | 33 | A1 | 12 | 29 |
| Octal | 127 | 174 | 160 | 36 | 0 | 12 | 63 | 241 | 22 | 51 |
| Binary | 1010111 | 1111100 | 1110000 | 11110 | 0 | 1010 | 110011 | 10100001 | 10010 | 101001 |
Color Harmonies of #577C70
Complementary color
Monochromatic Colors of #577C70
Black with #577C70
Text Example
Text Example
White with #577C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577C70; }
p { color: rgb(87,124,112); }
H1.HeaderClassName
{
color: #577C70;
}
.AnyTagClassName
{
color: #577C70;
}
</style>
background-color css
<style>
a { background-color: #577C70; }
a { background-color: rgb(87,124,112); }
div.DivClassName
{
background-color: #577C70;
}
.BgClassName
{
background-color: #577C70;
}
</style>
border-color css
<style>
span { border-color: #577C70; }
span { border-color: rgb(87,124,112); }
td.TdClassName
{
border-color: #577C70;
}
.TagClassName
{
border-color: #577C70;
}
</style>