Shades of Cutty Sark #578070
Tints of Cutty Sark #578070
RGB
CMYK
RGB Variations
Color information
#578070 (or 0x578070) is known color: Cutty Sark. HEX triplet: 57, 80 and 70. RGB value is (87,128,112). Sum of RGB (Red+Green+Blue) = 87+128+112=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #578070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578070 is #A87F8F. Grayscale: #717171. Windows color (decimal): -11042704 or 7372887. OLE color: 7372887.
HSL color Cylindrical-coordinate representation of color #578070: hue angle of 156.59º 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 #578070 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 128 | 112 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.50 |
| HSL | 156.59º | 0.19% | 0.42% | - |
| HSV(B) | 156.59º | 0.32% | 0.5% | - |
| XYZ | 14.57 | 18.63 | 18.16 | - |
| YUV | 113.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 128 | 112 | 0.32 | 0 | 0.12 | 0.50 | 156.59 | 0.19 | 0.42 |
| Hex | 57 | 80 | 70 | 20 | 0 | C | 32 | 9D | 13 | 2A |
| Octal | 127 | 200 | 160 | 40 | 0 | 14 | 62 | 235 | 23 | 52 |
| Binary | 1010111 | 10000000 | 1110000 | 100000 | 0 | 1100 | 110010 | 10011101 | 10011 | 101010 |
Color Harmonies of #578070
Complementary color
Monochromatic Colors of #578070
Black with #578070
Text Example
Text Example
White with #578070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578070; }
p { color: rgb(87,128,112); }
H1.HeaderClassName
{
color: #578070;
}
.AnyTagClassName
{
color: #578070;
}
</style>
background-color css
<style>
a { background-color: #578070; }
a { background-color: rgb(87,128,112); }
div.DivClassName
{
background-color: #578070;
}
.BgClassName
{
background-color: #578070;
}
</style>
border-color css
<style>
span { border-color: #578070; }
span { border-color: rgb(87,128,112); }
td.TdClassName
{
border-color: #578070;
}
.TagClassName
{
border-color: #578070;
}
</style>