Shades of Cutty Sark #578571
Tints of Cutty Sark #578571
RGB
CMYK
RGB Variations
Color information
#578571 (or 0x578571) is known color: Cutty Sark. HEX triplet: 57, 85 and 71. RGB value is (87,133,113). Sum of RGB (Red+Green+Blue) = 87+133+113=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #578571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578571 is #A87A8E. Grayscale: #757575. Windows color (decimal): -11041423 or 7439703. OLE color: 7439703.
HSL color Cylindrical-coordinate representation of color #578571: hue angle of 153.91º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #578571 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 133 | 113 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.48 |
| HSL | 153.91º | 0.21% | 0.43% | - |
| HSV(B) | 153.91º | 0.35% | 0.52% | - |
| XYZ | 15.3 | 19.99 | 18.68 | - |
| YUV | 116.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 133 | 113 | 0.35 | 0 | 0.15 | 0.48 | 153.91 | 0.21 | 0.43 |
| Hex | 57 | 85 | 71 | 23 | 0 | F | 30 | 9A | 15 | 2B |
| Octal | 127 | 205 | 161 | 43 | 0 | 17 | 60 | 232 | 25 | 53 |
| Binary | 1010111 | 10000101 | 1110001 | 100011 | 0 | 1111 | 110000 | 10011010 | 10101 | 101011 |
Color Harmonies of #578571
Complementary color
Monochromatic Colors of #578571
Black with #578571
Text Example
Text Example
White with #578571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578571; }
p { color: rgb(87,133,113); }
H1.HeaderClassName
{
color: #578571;
}
.AnyTagClassName
{
color: #578571;
}
</style>
background-color css
<style>
a { background-color: #578571; }
a { background-color: rgb(87,133,113); }
div.DivClassName
{
background-color: #578571;
}
.BgClassName
{
background-color: #578571;
}
</style>
border-color css
<style>
span { border-color: #578571; }
span { border-color: rgb(87,133,113); }
td.TdClassName
{
border-color: #578571;
}
.TagClassName
{
border-color: #578571;
}
</style>