Shades of Cutty Sark #548A73
Tints of Cutty Sark #548A73
RGB
CMYK
RGB Variations
Color information
#548A73 (or 0x548A73) is known color: Cutty Sark. HEX triplet: 54, 8A and 73. RGB value is (84,138,115). Sum of RGB (Red+Green+Blue) = 84+138+115=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #548A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A73 is #AB758C. Grayscale: #777777. Windows color (decimal): -11236749 or 7572052. OLE color: 7572052.
HSL color Cylindrical-coordinate representation of color #548A73: hue angle of 154.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A73 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 138 | 115 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.46 |
| HSL | 154.44º | 0.24% | 0.44% | - |
| HSV(B) | 154.44º | 0.39% | 0.54% | - |
| XYZ | 15.84 | 21.3 | 19.5 | - |
| YUV | 119.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 115 | 0.39 | 0 | 0.17 | 0.46 | 154.44 | 0.24 | 0.44 |
| Hex | 54 | 8A | 73 | 27 | 0 | 11 | 2E | 9A | 18 | 2C |
| Octal | 124 | 212 | 163 | 47 | 0 | 21 | 56 | 232 | 30 | 54 |
| Binary | 1010100 | 10001010 | 1110011 | 100111 | 0 | 10001 | 101110 | 10011010 | 11000 | 101100 |
Color Harmonies of #548A73
Complementary color
Monochromatic Colors of #548A73
Black with #548A73
Text Example
Text Example
White with #548A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548A73; }
p { color: rgb(84,138,115); }
H1.HeaderClassName
{
color: #548A73;
}
.AnyTagClassName
{
color: #548A73;
}
</style>
background-color css
<style>
a { background-color: #548A73; }
a { background-color: rgb(84,138,115); }
div.DivClassName
{
background-color: #548A73;
}
.BgClassName
{
background-color: #548A73;
}
</style>
border-color css
<style>
span { border-color: #548A73; }
span { border-color: rgb(84,138,115); }
td.TdClassName
{
border-color: #548A73;
}
.TagClassName
{
border-color: #548A73;
}
</style>