Shades of Cutty Sark #577A70
Tints of Cutty Sark #577A70
RGB
CMYK
RGB Variations
Color information
#577A70 (or 0x577A70) is known color: Cutty Sark. HEX triplet: 57, 7A and 70. RGB value is (87,122,112). Sum of RGB (Red+Green+Blue) = 87+122+112=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 122 - color contains mainly: green. Hex color #577A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577A70 is #A8858F. Grayscale: #6E6E6E. Windows color (decimal): -11044240 or 7371351. OLE color: 7371351.
HSL color Cylindrical-coordinate representation of color #577A70: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577A70 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 122 | 112 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.52 |
| HSL | 162.86º | 0.17% | 0.41% | - |
| HSV(B) | 162.86º | 0.29% | 0.48% | - |
| XYZ | 13.81 | 17.12 | 17.9 | - |
| YUV | 110.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 112 | 0.29 | 0 | 0.08 | 0.52 | 162.86 | 0.17 | 0.41 |
| Hex | 57 | 7A | 70 | 1D | 0 | 8 | 34 | A3 | 11 | 29 |
| Octal | 127 | 172 | 160 | 35 | 0 | 10 | 64 | 243 | 21 | 51 |
| Binary | 1010111 | 1111010 | 1110000 | 11101 | 0 | 1000 | 110100 | 10100011 | 10001 | 101001 |
Color Harmonies of #577A70
Complementary color
Monochromatic Colors of #577A70
Black with #577A70
Text Example
Text Example
White with #577A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577A70; }
p { color: rgb(87,122,112); }
H1.HeaderClassName
{
color: #577A70;
}
.AnyTagClassName
{
color: #577A70;
}
</style>
background-color css
<style>
a { background-color: #577A70; }
a { background-color: rgb(87,122,112); }
div.DivClassName
{
background-color: #577A70;
}
.BgClassName
{
background-color: #577A70;
}
</style>
border-color css
<style>
span { border-color: #577A70; }
span { border-color: rgb(87,122,112); }
td.TdClassName
{
border-color: #577A70;
}
.TagClassName
{
border-color: #577A70;
}
</style>