Shades of Cutty Sark #548B71
Tints of Cutty Sark #548B71
RGB
CMYK
RGB Variations
Color information
#548B71 (or 0x548B71) is known color: Cutty Sark. HEX triplet: 54, 8B and 71. RGB value is (84,139,113). Sum of RGB (Red+Green+Blue) = 84+139+113=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #548B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B71 is #AB748E. Grayscale: #777777. Windows color (decimal): -11236495 or 7441236. OLE color: 7441236.
HSL color Cylindrical-coordinate representation of color #548B71: hue angle of 151.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548B71 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 113 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.45 |
| HSL | 151.64º | 0.25% | 0.44% | - |
| HSV(B) | 151.64º | 0.4% | 0.55% | - |
| XYZ | 15.87 | 21.54 | 18.94 | - |
| YUV | 119.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 113 | 0.40 | 0 | 0.19 | 0.45 | 151.64 | 0.25 | 0.44 |
| Hex | 54 | 8B | 71 | 28 | 0 | 13 | 2D | 98 | 19 | 2C |
| Octal | 124 | 213 | 161 | 50 | 0 | 23 | 55 | 230 | 31 | 54 |
| Binary | 1010100 | 10001011 | 1110001 | 101000 | 0 | 10011 | 101101 | 10011000 | 11001 | 101100 |
Color Harmonies of #548B71
Complementary color
Monochromatic Colors of #548B71
Black with #548B71
Text Example
Text Example
White with #548B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B71; }
p { color: rgb(84,139,113); }
H1.HeaderClassName
{
color: #548B71;
}
.AnyTagClassName
{
color: #548B71;
}
</style>
background-color css
<style>
a { background-color: #548B71; }
a { background-color: rgb(84,139,113); }
div.DivClassName
{
background-color: #548B71;
}
.BgClassName
{
background-color: #548B71;
}
</style>
border-color css
<style>
span { border-color: #548B71; }
span { border-color: rgb(84,139,113); }
td.TdClassName
{
border-color: #548B71;
}
.TagClassName
{
border-color: #548B71;
}
</style>