Shades of Cutty Sark #576F65
Tints of Cutty Sark #576F65
RGB
CMYK
RGB Variations
Color information
#576F65 (or 0x576F65) is known color: Cutty Sark. HEX triplet: 57, 6F and 65. RGB value is (87,111,101). Sum of RGB (Red+Green+Blue) = 87+111+101=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 111 - color contains mainly: green. Hex color #576F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F65 is #A8909A. Grayscale: #666666. Windows color (decimal): -11047067 or 6647639. OLE color: 6647639.
HSL color Cylindrical-coordinate representation of color #576F65: hue angle of 155º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #576F65 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 111 | 101 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.56 |
| HSL | 155º | 0.12% | 0.39% | - |
| HSV(B) | 155º | 0.22% | 0.44% | - |
| XYZ | 11.96 | 14.33 | 14.45 | - |
| YUV | 102.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 101 | 0.22 | 0 | 0.09 | 0.56 | 155 | 0.12 | 0.39 |
| Hex | 57 | 6F | 65 | 16 | 0 | 9 | 38 | 9B | C | 27 |
| Octal | 127 | 157 | 145 | 26 | 0 | 11 | 70 | 233 | 14 | 47 |
| Binary | 1010111 | 1101111 | 1100101 | 10110 | 0 | 1001 | 111000 | 10011011 | 1100 | 100111 |
Color Harmonies of #576F65
Complementary color
Monochromatic Colors of #576F65
Black with #576F65
Text Example
Text Example
White with #576F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576F65; }
p { color: rgb(87,111,101); }
H1.HeaderClassName
{
color: #576F65;
}
.AnyTagClassName
{
color: #576F65;
}
</style>
background-color css
<style>
a { background-color: #576F65; }
a { background-color: rgb(87,111,101); }
div.DivClassName
{
background-color: #576F65;
}
.BgClassName
{
background-color: #576F65;
}
</style>
border-color css
<style>
span { border-color: #576F65; }
span { border-color: rgb(87,111,101); }
td.TdClassName
{
border-color: #576F65;
}
.TagClassName
{
border-color: #576F65;
}
</style>