Shades of Cutty Sark #57846F
Tints of Cutty Sark #57846F
RGB
CMYK
RGB Variations
Color information
#57846F (or 0x57846F) is known color: Cutty Sark. HEX triplet: 57, 84 and 6F. RGB value is (87,132,111). Sum of RGB (Red+Green+Blue) = 87+132+111=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #57846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57846F is #A87B90. Grayscale: #747474. Windows color (decimal): -11041681 or 7308375. OLE color: 7308375.
HSL color Cylindrical-coordinate representation of color #57846F: hue angle of 152º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57846F is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 132 | 111 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.48 |
| HSL | 152º | 0.21% | 0.43% | - |
| HSV(B) | 152º | 0.34% | 0.52% | - |
| XYZ | 15.05 | 19.68 | 18.04 | - |
| YUV | 116.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 132 | 111 | 0.34 | 0 | 0.16 | 0.48 | 152 | 0.21 | 0.43 |
| Hex | 57 | 84 | 6F | 22 | 0 | 10 | 30 | 98 | 15 | 2B |
| Octal | 127 | 204 | 157 | 42 | 0 | 20 | 60 | 230 | 25 | 53 |
| Binary | 1010111 | 10000100 | 1101111 | 100010 | 0 | 10000 | 110000 | 10011000 | 10101 | 101011 |
Color Harmonies of #57846F
Complementary color
Monochromatic Colors of #57846F
Black with #57846F
Text Example
Text Example
White with #57846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57846F; }
p { color: rgb(87,132,111); }
H1.HeaderClassName
{
color: #57846F;
}
.AnyTagClassName
{
color: #57846F;
}
</style>
background-color css
<style>
a { background-color: #57846F; }
a { background-color: rgb(87,132,111); }
div.DivClassName
{
background-color: #57846F;
}
.BgClassName
{
background-color: #57846F;
}
</style>
border-color css
<style>
span { border-color: #57846F; }
span { border-color: rgb(87,132,111); }
td.TdClassName
{
border-color: #57846F;
}
.TagClassName
{
border-color: #57846F;
}
</style>