Shades of Cutty Sark #577A6B
Tints of Cutty Sark #577A6B
RGB
CMYK
RGB Variations
Color information
#577A6B (or 0x577A6B) is known color: Cutty Sark. HEX triplet: 57, 7A and 6B. RGB value is (87,122,107). Sum of RGB (Red+Green+Blue) = 87+122+107=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 122 - color contains mainly: green. Hex color #577A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577A6B is #A88594. Grayscale: #6D6D6D. Windows color (decimal): -11044245 or 7043671. OLE color: 7043671.
HSL color Cylindrical-coordinate representation of color #577A6B: hue angle of 154.29º 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 #577A6B is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 122 | 107 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.52 |
| HSL | 154.29º | 0.17% | 0.41% | - |
| HSV(B) | 154.29º | 0.29% | 0.48% | - |
| XYZ | 13.54 | 17.01 | 16.48 | - |
| YUV | 109.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 107 | 0.29 | 0 | 0.12 | 0.52 | 154.29 | 0.17 | 0.41 |
| Hex | 57 | 7A | 6B | 1D | 0 | C | 34 | 9A | 11 | 29 |
| Octal | 127 | 172 | 153 | 35 | 0 | 14 | 64 | 232 | 21 | 51 |
| Binary | 1010111 | 1111010 | 1101011 | 11101 | 0 | 1100 | 110100 | 10011010 | 10001 | 101001 |
Color Harmonies of #577A6B
Complementary color
Monochromatic Colors of #577A6B
Black with #577A6B
Text Example
Text Example
White with #577A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577A6B; }
p { color: rgb(87,122,107); }
H1.HeaderClassName
{
color: #577A6B;
}
.AnyTagClassName
{
color: #577A6B;
}
</style>
background-color css
<style>
a { background-color: #577A6B; }
a { background-color: rgb(87,122,107); }
div.DivClassName
{
background-color: #577A6B;
}
.BgClassName
{
background-color: #577A6B;
}
</style>
border-color css
<style>
span { border-color: #577A6B; }
span { border-color: rgb(87,122,107); }
td.TdClassName
{
border-color: #577A6B;
}
.TagClassName
{
border-color: #577A6B;
}
</style>