Shades of Cutty Sark #57826C
Tints of Cutty Sark #57826C
RGB
CMYK
RGB Variations
Color information
#57826C (or 0x57826C) is known color: Cutty Sark. HEX triplet: 57, 82 and 6C. RGB value is (87,130,108). Sum of RGB (Red+Green+Blue) = 87+130+108=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #57826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57826C is #A87D93. Grayscale: #727272. Windows color (decimal): -11042196 or 7111255. OLE color: 7111255.
HSL color Cylindrical-coordinate representation of color #57826C: hue angle of 149.3º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57826C is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 130 | 108 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.49 |
| HSL | 149.3º | 0.2% | 0.43% | - |
| HSV(B) | 149.3º | 0.33% | 0.51% | - |
| XYZ | 14.62 | 19.07 | 17.1 | - |
| YUV | 114.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 130 | 108 | 0.33 | 0 | 0.17 | 0.49 | 149.3 | 0.2 | 0.43 |
| Hex | 57 | 82 | 6C | 21 | 0 | 11 | 31 | 95 | 14 | 2B |
| Octal | 127 | 202 | 154 | 41 | 0 | 21 | 61 | 225 | 24 | 53 |
| Binary | 1010111 | 10000010 | 1101100 | 100001 | 0 | 10001 | 110001 | 10010101 | 10100 | 101011 |
Color Harmonies of #57826C
Complementary color
Monochromatic Colors of #57826C
Black with #57826C
Text Example
Text Example
White with #57826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57826C; }
p { color: rgb(87,130,108); }
H1.HeaderClassName
{
color: #57826C;
}
.AnyTagClassName
{
color: #57826C;
}
</style>
background-color css
<style>
a { background-color: #57826C; }
a { background-color: rgb(87,130,108); }
div.DivClassName
{
background-color: #57826C;
}
.BgClassName
{
background-color: #57826C;
}
</style>
border-color css
<style>
span { border-color: #57826C; }
span { border-color: rgb(87,130,108); }
td.TdClassName
{
border-color: #57826C;
}
.TagClassName
{
border-color: #57826C;
}
</style>