Shades of Cutty Sark #559374
Tints of Cutty Sark #559374
RGB
CMYK
RGB Variations
Color information
#559374 (or 0x559374) is known color: Cutty Sark. HEX triplet: 55, 93 and 74. RGB value is (85,147,116). Sum of RGB (Red+Green+Blue) = 85+147+116=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #559374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559374 is #AA6C8B. Grayscale: #7C7C7C. Windows color (decimal): -11168908 or 7639893. OLE color: 7639893.
HSL color Cylindrical-coordinate representation of color #559374: hue angle of 150º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559374 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 147 | 116 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.42 |
| HSL | 150º | 0.27% | 0.45% | - |
| HSV(B) | 150º | 0.42% | 0.58% | - |
| XYZ | 17.33 | 24.06 | 20.25 | - |
| YUV | 124.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 147 | 116 | 0.42 | 0 | 0.21 | 0.42 | 150 | 0.27 | 0.45 |
| Hex | 55 | 93 | 74 | 2A | 0 | 15 | 2A | 96 | 1B | 2D |
| Octal | 125 | 223 | 164 | 52 | 0 | 25 | 52 | 226 | 33 | 55 |
| Binary | 1010101 | 10010011 | 1110100 | 101010 | 0 | 10101 | 101010 | 10010110 | 11011 | 101101 |
Color Harmonies of #559374
Complementary color
Monochromatic Colors of #559374
Black with #559374
Text Example
Text Example
White with #559374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559374; }
p { color: rgb(85,147,116); }
H1.HeaderClassName
{
color: #559374;
}
.AnyTagClassName
{
color: #559374;
}
</style>
background-color css
<style>
a { background-color: #559374; }
a { background-color: rgb(85,147,116); }
div.DivClassName
{
background-color: #559374;
}
.BgClassName
{
background-color: #559374;
}
</style>
border-color css
<style>
span { border-color: #559374; }
span { border-color: rgb(85,147,116); }
td.TdClassName
{
border-color: #559374;
}
.TagClassName
{
border-color: #559374;
}
</style>