Shades of Cutty Sark #548A71
Tints of Cutty Sark #548A71
RGB
CMYK
RGB Variations
Color information
#548A71 (or 0x548A71) is known color: Cutty Sark. HEX triplet: 54, 8A and 71. RGB value is (84,138,113). Sum of RGB (Red+Green+Blue) = 84+138+113=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 138 - color contains mainly: green. Hex color #548A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A71 is #AB758E. Grayscale: #777777. Windows color (decimal): -11236751 or 7440980. OLE color: 7440980.
HSL color Cylindrical-coordinate representation of color #548A71: hue angle of 152.22º 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 #548A71 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 138 | 113 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.46 |
| HSL | 152.22º | 0.24% | 0.44% | - |
| HSV(B) | 152.22º | 0.39% | 0.54% | - |
| XYZ | 15.73 | 21.25 | 18.9 | - |
| YUV | 119 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 113 | 0.39 | 0 | 0.18 | 0.46 | 152.22 | 0.24 | 0.44 |
| Hex | 54 | 8A | 71 | 27 | 0 | 12 | 2E | 98 | 18 | 2C |
| Octal | 124 | 212 | 161 | 47 | 0 | 22 | 56 | 230 | 30 | 54 |
| Binary | 1010100 | 10001010 | 1110001 | 100111 | 0 | 10010 | 101110 | 10011000 | 11000 | 101100 |
Color Harmonies of #548A71
Complementary color
Monochromatic Colors of #548A71
Black with #548A71
Text Example
Text Example
White with #548A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548A71; }
p { color: rgb(84,138,113); }
H1.HeaderClassName
{
color: #548A71;
}
.AnyTagClassName
{
color: #548A71;
}
</style>
background-color css
<style>
a { background-color: #548A71; }
a { background-color: rgb(84,138,113); }
div.DivClassName
{
background-color: #548A71;
}
.BgClassName
{
background-color: #548A71;
}
</style>
border-color css
<style>
span { border-color: #548A71; }
span { border-color: rgb(84,138,113); }
td.TdClassName
{
border-color: #548A71;
}
.TagClassName
{
border-color: #548A71;
}
</style>