Shades of Cutty Sark #577E6D
Tints of Cutty Sark #577E6D
RGB
CMYK
RGB Variations
Color information
#577E6D (or 0x577E6D) is known color: Cutty Sark. HEX triplet: 57, 7E and 6D. RGB value is (87,126,109). Sum of RGB (Red+Green+Blue) = 87+126+109=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 126 - color contains mainly: green. Hex color #577E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577E6D is #A88192. Grayscale: #707070. Windows color (decimal): -11043219 or 7175767. OLE color: 7175767.
HSL color Cylindrical-coordinate representation of color #577E6D: hue angle of 153.85º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #577E6D is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 126 | 109 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.51 |
| HSL | 153.85º | 0.18% | 0.42% | - |
| HSV(B) | 153.85º | 0.31% | 0.49% | - |
| XYZ | 14.15 | 18.05 | 17.21 | - |
| YUV | 112.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 126 | 109 | 0.31 | 0 | 0.13 | 0.51 | 153.85 | 0.18 | 0.42 |
| Hex | 57 | 7E | 6D | 1F | 0 | D | 33 | 9A | 12 | 2A |
| Octal | 127 | 176 | 155 | 37 | 0 | 15 | 63 | 232 | 22 | 52 |
| Binary | 1010111 | 1111110 | 1101101 | 11111 | 0 | 1101 | 110011 | 10011010 | 10010 | 101010 |
Color Harmonies of #577E6D
Complementary color
Monochromatic Colors of #577E6D
Black with #577E6D
Text Example
Text Example
White with #577E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577E6D; }
p { color: rgb(87,126,109); }
H1.HeaderClassName
{
color: #577E6D;
}
.AnyTagClassName
{
color: #577E6D;
}
</style>
background-color css
<style>
a { background-color: #577E6D; }
a { background-color: rgb(87,126,109); }
div.DivClassName
{
background-color: #577E6D;
}
.BgClassName
{
background-color: #577E6D;
}
</style>
border-color css
<style>
span { border-color: #577E6D; }
span { border-color: rgb(87,126,109); }
td.TdClassName
{
border-color: #577E6D;
}
.TagClassName
{
border-color: #577E6D;
}
</style>