Shades of Cutty Sark #549374
Tints of Cutty Sark #549374
RGB
CMYK
RGB Variations
Color information
#549374 (or 0x549374) is known color: Cutty Sark. HEX triplet: 54, 93 and 74. RGB value is (84,147,116). Sum of RGB (Red+Green+Blue) = 84+147+116=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #549374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549374 is #AB6C8B. Grayscale: #7C7C7C. Windows color (decimal): -11234444 or 7639892. OLE color: 7639892.
HSL color Cylindrical-coordinate representation of color #549374: hue angle of 150.48º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #549374 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 147 | 116 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.42 |
| HSL | 150.48º | 0.27% | 0.45% | - |
| HSV(B) | 150.48º | 0.43% | 0.58% | - |
| XYZ | 17.24 | 24.01 | 20.25 | - |
| YUV | 124.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 116 | 0.43 | 0 | 0.21 | 0.42 | 150.48 | 0.27 | 0.45 |
| Hex | 54 | 93 | 74 | 2B | 0 | 15 | 2A | 96 | 1B | 2D |
| Octal | 124 | 223 | 164 | 53 | 0 | 25 | 52 | 226 | 33 | 55 |
| Binary | 1010100 | 10010011 | 1110100 | 101011 | 0 | 10101 | 101010 | 10010110 | 11011 | 101101 |
Color Harmonies of #549374
Complementary color
Monochromatic Colors of #549374
Black with #549374
Text Example
Text Example
White with #549374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549374; }
p { color: rgb(84,147,116); }
H1.HeaderClassName
{
color: #549374;
}
.AnyTagClassName
{
color: #549374;
}
</style>
background-color css
<style>
a { background-color: #549374; }
a { background-color: rgb(84,147,116); }
div.DivClassName
{
background-color: #549374;
}
.BgClassName
{
background-color: #549374;
}
</style>
border-color css
<style>
span { border-color: #549374; }
span { border-color: rgb(84,147,116); }
td.TdClassName
{
border-color: #549374;
}
.TagClassName
{
border-color: #549374;
}
</style>