Shades of Cutty Sark #577B70
Tints of Cutty Sark #577B70
RGB
CMYK
RGB Variations
Color information
#577B70 (or 0x577B70) is known color: Cutty Sark. HEX triplet: 57, 7B and 70. RGB value is (87,123,112). Sum of RGB (Red+Green+Blue) = 87+123+112=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #577B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577B70 is #A8848F. Grayscale: #6E6E6E. Windows color (decimal): -11043984 or 7371607. OLE color: 7371607.
HSL color Cylindrical-coordinate representation of color #577B70: hue angle of 161.67º 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 #577B70 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 123 | 112 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.52 |
| HSL | 161.67º | 0.17% | 0.41% | - |
| HSV(B) | 161.67º | 0.29% | 0.48% | - |
| XYZ | 13.94 | 17.36 | 17.95 | - |
| YUV | 110.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 112 | 0.29 | 0 | 0.09 | 0.52 | 161.67 | 0.17 | 0.41 |
| Hex | 57 | 7B | 70 | 1D | 0 | 9 | 34 | A2 | 11 | 29 |
| Octal | 127 | 173 | 160 | 35 | 0 | 11 | 64 | 242 | 21 | 51 |
| Binary | 1010111 | 1111011 | 1110000 | 11101 | 0 | 1001 | 110100 | 10100010 | 10001 | 101001 |
Color Harmonies of #577B70
Complementary color
Monochromatic Colors of #577B70
Black with #577B70
Text Example
Text Example
White with #577B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577B70; }
p { color: rgb(87,123,112); }
H1.HeaderClassName
{
color: #577B70;
}
.AnyTagClassName
{
color: #577B70;
}
</style>
background-color css
<style>
a { background-color: #577B70; }
a { background-color: rgb(87,123,112); }
div.DivClassName
{
background-color: #577B70;
}
.BgClassName
{
background-color: #577B70;
}
</style>
border-color css
<style>
span { border-color: #577B70; }
span { border-color: rgb(87,123,112); }
td.TdClassName
{
border-color: #577B70;
}
.TagClassName
{
border-color: #577B70;
}
</style>