Shades of Cutty Sark #57876E
Tints of Cutty Sark #57876E
RGB
CMYK
RGB Variations
Color information
#57876E (or 0x57876E) is known color: Cutty Sark. HEX triplet: 57, 87 and 6E. RGB value is (87,135,110). Sum of RGB (Red+Green+Blue) = 87+135+110=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #57876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57876E is #A87891. Grayscale: #757575. Windows color (decimal): -11040914 or 7243607. OLE color: 7243607.
HSL color Cylindrical-coordinate representation of color #57876E: hue angle of 148.75º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #57876E is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 135 | 110 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.47 |
| HSL | 148.75º | 0.22% | 0.44% | - |
| HSV(B) | 148.75º | 0.36% | 0.53% | - |
| XYZ | 15.41 | 20.48 | 17.89 | - |
| YUV | 117.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 135 | 110 | 0.36 | 0 | 0.19 | 0.47 | 148.75 | 0.22 | 0.44 |
| Hex | 57 | 87 | 6E | 24 | 0 | 13 | 2F | 95 | 16 | 2C |
| Octal | 127 | 207 | 156 | 44 | 0 | 23 | 57 | 225 | 26 | 54 |
| Binary | 1010111 | 10000111 | 1101110 | 100100 | 0 | 10011 | 101111 | 10010101 | 10110 | 101100 |
Color Harmonies of #57876E
Complementary color
Monochromatic Colors of #57876E
Black with #57876E
Text Example
Text Example
White with #57876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57876E; }
p { color: rgb(87,135,110); }
H1.HeaderClassName
{
color: #57876E;
}
.AnyTagClassName
{
color: #57876E;
}
</style>
background-color css
<style>
a { background-color: #57876E; }
a { background-color: rgb(87,135,110); }
div.DivClassName
{
background-color: #57876E;
}
.BgClassName
{
background-color: #57876E;
}
</style>
border-color css
<style>
span { border-color: #57876E; }
span { border-color: rgb(87,135,110); }
td.TdClassName
{
border-color: #57876E;
}
.TagClassName
{
border-color: #57876E;
}
</style>