Shades of Cutty Sark #578C7B
Tints of Cutty Sark #578C7B
RGB
CMYK
RGB Variations
Color information
#578C7B (or 0x578C7B) is known color: Cutty Sark. HEX triplet: 57, 8C and 7B. RGB value is (87,140,123). Sum of RGB (Red+Green+Blue) = 87+140+123=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #578C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #578C7B is #A87384. Grayscale: #7A7A7A. Windows color (decimal): -11039621 or 8096855. OLE color: 8096855.
HSL color Cylindrical-coordinate representation of color #578C7B: hue angle of 160.75º 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 #578C7B is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 140 | 123 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.45 |
| HSL | 160.75º | 0.23% | 0.45% | - |
| HSV(B) | 160.75º | 0.38% | 0.55% | - |
| XYZ | 16.88 | 22.21 | 22.14 | - |
| YUV | 122.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 140 | 123 | 0.38 | 0 | 0.12 | 0.45 | 160.75 | 0.23 | 0.45 |
| Hex | 57 | 8C | 7B | 26 | 0 | C | 2D | A1 | 17 | 2D |
| Octal | 127 | 214 | 173 | 46 | 0 | 14 | 55 | 241 | 27 | 55 |
| Binary | 1010111 | 10001100 | 1111011 | 100110 | 0 | 1100 | 101101 | 10100001 | 10111 | 101101 |
Color Harmonies of #578C7B
Complementary color
Monochromatic Colors of #578C7B
Black with #578C7B
Text Example
Text Example
White with #578C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578C7B; }
p { color: rgb(87,140,123); }
H1.HeaderClassName
{
color: #578C7B;
}
.AnyTagClassName
{
color: #578C7B;
}
</style>
background-color css
<style>
a { background-color: #578C7B; }
a { background-color: rgb(87,140,123); }
div.DivClassName
{
background-color: #578C7B;
}
.BgClassName
{
background-color: #578C7B;
}
</style>
border-color css
<style>
span { border-color: #578C7B; }
span { border-color: rgb(87,140,123); }
td.TdClassName
{
border-color: #578C7B;
}
.TagClassName
{
border-color: #578C7B;
}
</style>