Shades of Cutty Sark #577A6D
Tints of Cutty Sark #577A6D
RGB
CMYK
RGB Variations
Color information
#577A6D (or 0x577A6D) is known color: Cutty Sark. HEX triplet: 57, 7A and 6D. RGB value is (87,122,109). Sum of RGB (Red+Green+Blue) = 87+122+109=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 122 - color contains mainly: green. Hex color #577A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577A6D is #A88592. Grayscale: #6E6E6E. Windows color (decimal): -11044243 or 7174743. OLE color: 7174743.
HSL color Cylindrical-coordinate representation of color #577A6D: hue angle of 157.71º 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 #577A6D is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 122 | 109 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.52 |
| HSL | 157.71º | 0.17% | 0.41% | - |
| HSV(B) | 157.71º | 0.29% | 0.48% | - |
| XYZ | 13.65 | 17.05 | 17.04 | - |
| YUV | 110.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 109 | 0.29 | 0 | 0.11 | 0.52 | 157.71 | 0.17 | 0.41 |
| Hex | 57 | 7A | 6D | 1D | 0 | B | 34 | 9E | 11 | 29 |
| Octal | 127 | 172 | 155 | 35 | 0 | 13 | 64 | 236 | 21 | 51 |
| Binary | 1010111 | 1111010 | 1101101 | 11101 | 0 | 1011 | 110100 | 10011110 | 10001 | 101001 |
Color Harmonies of #577A6D
Complementary color
Monochromatic Colors of #577A6D
Black with #577A6D
Text Example
Text Example
White with #577A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577A6D; }
p { color: rgb(87,122,109); }
H1.HeaderClassName
{
color: #577A6D;
}
.AnyTagClassName
{
color: #577A6D;
}
</style>
background-color css
<style>
a { background-color: #577A6D; }
a { background-color: rgb(87,122,109); }
div.DivClassName
{
background-color: #577A6D;
}
.BgClassName
{
background-color: #577A6D;
}
</style>
border-color css
<style>
span { border-color: #577A6D; }
span { border-color: rgb(87,122,109); }
td.TdClassName
{
border-color: #577A6D;
}
.TagClassName
{
border-color: #577A6D;
}
</style>