Shades of Cutty Sark #578C7A
Tints of Cutty Sark #578C7A
RGB
CMYK
RGB Variations
Color information
#578C7A (or 0x578C7A) is known color: Cutty Sark. HEX triplet: 57, 8C and 7A. RGB value is (87,140,122). Sum of RGB (Red+Green+Blue) = 87+140+122=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 140 - color contains mainly: green. Hex color #578C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578C7A is #A87385. Grayscale: #7A7A7A. Windows color (decimal): -11039622 or 8031319. OLE color: 8031319.
HSL color Cylindrical-coordinate representation of color #578C7A: hue angle of 159.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #578C7A is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 140 | 122 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.45 |
| HSL | 159.62º | 0.23% | 0.45% | - |
| HSV(B) | 159.62º | 0.38% | 0.55% | - |
| XYZ | 16.82 | 22.19 | 21.81 | - |
| YUV | 122.1 | 127.94 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 140 | 122 | 0.38 | 0 | 0.13 | 0.45 | 159.62 | 0.23 | 0.45 |
| Hex | 57 | 8C | 7A | 26 | 0 | D | 2D | A0 | 17 | 2D |
| Octal | 127 | 214 | 172 | 46 | 0 | 15 | 55 | 240 | 27 | 55 |
| Binary | 1010111 | 10001100 | 1111010 | 100110 | 0 | 1101 | 101101 | 10100000 | 10111 | 101101 |
Color Harmonies of #578C7A
Complementary color
Monochromatic Colors of #578C7A
Black with #578C7A
Text Example
Text Example
White with #578C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578C7A; }
p { color: rgb(87,140,122); }
H1.HeaderClassName
{
color: #578C7A;
}
.AnyTagClassName
{
color: #578C7A;
}
</style>
background-color css
<style>
a { background-color: #578C7A; }
a { background-color: rgb(87,140,122); }
div.DivClassName
{
background-color: #578C7A;
}
.BgClassName
{
background-color: #578C7A;
}
</style>
border-color css
<style>
span { border-color: #578C7A; }
span { border-color: rgb(87,140,122); }
td.TdClassName
{
border-color: #578C7A;
}
.TagClassName
{
border-color: #578C7A;
}
</style>