Shades of Cutty Sark #577C6E
Tints of Cutty Sark #577C6E
RGB
CMYK
RGB Variations
Color information
#577C6E (or 0x577C6E) is known color: Cutty Sark. HEX triplet: 57, 7C and 6E. RGB value is (87,124,110). Sum of RGB (Red+Green+Blue) = 87+124+110=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 124 - color contains mainly: green. Hex color #577C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577C6E is #A88391. Grayscale: #6F6F6F. Windows color (decimal): -11043730 or 7240791. OLE color: 7240791.
HSL color Cylindrical-coordinate representation of color #577C6E: hue angle of 157.3º 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 #577C6E is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 124 | 110 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.51 |
| HSL | 157.3º | 0.18% | 0.41% | - |
| HSV(B) | 157.3º | 0.3% | 0.49% | - |
| XYZ | 13.95 | 17.57 | 17.41 | - |
| YUV | 111.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 110 | 0.30 | 0 | 0.11 | 0.51 | 157.3 | 0.18 | 0.41 |
| Hex | 57 | 7C | 6E | 1E | 0 | B | 33 | 9D | 12 | 29 |
| Octal | 127 | 174 | 156 | 36 | 0 | 13 | 63 | 235 | 22 | 51 |
| Binary | 1010111 | 1111100 | 1101110 | 11110 | 0 | 1011 | 110011 | 10011101 | 10010 | 101001 |
Color Harmonies of #577C6E
Complementary color
Monochromatic Colors of #577C6E
Black with #577C6E
Text Example
Text Example
White with #577C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577C6E; }
p { color: rgb(87,124,110); }
H1.HeaderClassName
{
color: #577C6E;
}
.AnyTagClassName
{
color: #577C6E;
}
</style>
background-color css
<style>
a { background-color: #577C6E; }
a { background-color: rgb(87,124,110); }
div.DivClassName
{
background-color: #577C6E;
}
.BgClassName
{
background-color: #577C6E;
}
</style>
border-color css
<style>
span { border-color: #577C6E; }
span { border-color: rgb(87,124,110); }
td.TdClassName
{
border-color: #577C6E;
}
.TagClassName
{
border-color: #577C6E;
}
</style>