Shades of Cutty Sark #57926F
Tints of Cutty Sark #57926F
RGB
CMYK
RGB Variations
Color information
#57926F (or 0x57926F) is known color: Cutty Sark. HEX triplet: 57, 92 and 6F. RGB value is (87,146,111). Sum of RGB (Red+Green+Blue) = 87+146+111=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #57926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57926F is #A86D90. Grayscale: #7C7C7C. Windows color (decimal): -11038097 or 7311959. OLE color: 7311959.
HSL color Cylindrical-coordinate representation of color #57926F: hue angle of 144.41º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57926F is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 146 | 111 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.43 |
| HSL | 144.41º | 0.25% | 0.46% | - |
| HSV(B) | 144.41º | 0.4% | 0.57% | - |
| XYZ | 17.08 | 23.73 | 18.72 | - |
| YUV | 124.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 146 | 111 | 0.40 | 0 | 0.24 | 0.43 | 144.41 | 0.25 | 0.46 |
| Hex | 57 | 92 | 6F | 28 | 0 | 18 | 2B | 90 | 19 | 2E |
| Octal | 127 | 222 | 157 | 50 | 0 | 30 | 53 | 220 | 31 | 56 |
| Binary | 1010111 | 10010010 | 1101111 | 101000 | 0 | 11000 | 101011 | 10010000 | 11001 | 101110 |
Color Harmonies of #57926F
Complementary color
Monochromatic Colors of #57926F
Black with #57926F
Text Example
Text Example
White with #57926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57926F; }
p { color: rgb(87,146,111); }
H1.HeaderClassName
{
color: #57926F;
}
.AnyTagClassName
{
color: #57926F;
}
</style>
background-color css
<style>
a { background-color: #57926F; }
a { background-color: rgb(87,146,111); }
div.DivClassName
{
background-color: #57926F;
}
.BgClassName
{
background-color: #57926F;
}
</style>
border-color css
<style>
span { border-color: #57926F; }
span { border-color: rgb(87,146,111); }
td.TdClassName
{
border-color: #57926F;
}
.TagClassName
{
border-color: #57926F;
}
</style>