Shades of Cutty Sark #57806C
Tints of Cutty Sark #57806C
RGB
CMYK
RGB Variations
Color information
#57806C (or 0x57806C) is known color: Cutty Sark. HEX triplet: 57, 80 and 6C. RGB value is (87,128,108). Sum of RGB (Red+Green+Blue) = 87+128+108=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #57806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57806C is #A87F93. Grayscale: #717171. Windows color (decimal): -11042708 or 7110743. OLE color: 7110743.
HSL color Cylindrical-coordinate representation of color #57806C: hue angle of 150.73º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57806C is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 128 | 108 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.50 |
| HSL | 150.73º | 0.19% | 0.42% | - |
| HSV(B) | 150.73º | 0.32% | 0.5% | - |
| XYZ | 14.36 | 18.55 | 17.01 | - |
| YUV | 113.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 108 | 0.32 | 0 | 0.16 | 0.50 | 150.73 | 0.19 | 0.42 |
| Hex | 57 | 80 | 6C | 20 | 0 | 10 | 32 | 97 | 13 | 2A |
| Octal | 127 | 200 | 154 | 40 | 0 | 20 | 62 | 227 | 23 | 52 |
| Binary | 1010111 | 10000000 | 1101100 | 100000 | 0 | 10000 | 110010 | 10010111 | 10011 | 101010 |
Color Harmonies of #57806C
Complementary color
Monochromatic Colors of #57806C
Black with #57806C
Text Example
Text Example
White with #57806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57806C; }
p { color: rgb(87,128,108); }
H1.HeaderClassName
{
color: #57806C;
}
.AnyTagClassName
{
color: #57806C;
}
</style>
background-color css
<style>
a { background-color: #57806C; }
a { background-color: rgb(87,128,108); }
div.DivClassName
{
background-color: #57806C;
}
.BgClassName
{
background-color: #57806C;
}
</style>
border-color css
<style>
span { border-color: #57806C; }
span { border-color: rgb(87,128,108); }
td.TdClassName
{
border-color: #57806C;
}
.TagClassName
{
border-color: #57806C;
}
</style>