Shades of Cutty Sark #548B6F
Tints of Cutty Sark #548B6F
RGB
CMYK
RGB Variations
Color information
#548B6F (or 0x548B6F) is known color: Cutty Sark. HEX triplet: 54, 8B and 6F. RGB value is (84,139,111). Sum of RGB (Red+Green+Blue) = 84+139+111=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #548B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B6F is #AB7490. Grayscale: #777777. Windows color (decimal): -11236497 or 7310164. OLE color: 7310164.
HSL color Cylindrical-coordinate representation of color #548B6F: hue angle of 149.45º 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 #548B6F is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 111 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.45 |
| HSL | 149.45º | 0.25% | 0.44% | - |
| HSV(B) | 149.45º | 0.4% | 0.55% | - |
| XYZ | 15.76 | 21.5 | 18.36 | - |
| YUV | 119.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 111 | 0.40 | 0 | 0.20 | 0.45 | 149.45 | 0.25 | 0.44 |
| Hex | 54 | 8B | 6F | 28 | 0 | 14 | 2D | 95 | 19 | 2C |
| Octal | 124 | 213 | 157 | 50 | 0 | 24 | 55 | 225 | 31 | 54 |
| Binary | 1010100 | 10001011 | 1101111 | 101000 | 0 | 10100 | 101101 | 10010101 | 11001 | 101100 |
Color Harmonies of #548B6F
Complementary color
Monochromatic Colors of #548B6F
Black with #548B6F
Text Example
Text Example
White with #548B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B6F; }
p { color: rgb(84,139,111); }
H1.HeaderClassName
{
color: #548B6F;
}
.AnyTagClassName
{
color: #548B6F;
}
</style>
background-color css
<style>
a { background-color: #548B6F; }
a { background-color: rgb(84,139,111); }
div.DivClassName
{
background-color: #548B6F;
}
.BgClassName
{
background-color: #548B6F;
}
</style>
border-color css
<style>
span { border-color: #548B6F; }
span { border-color: rgb(84,139,111); }
td.TdClassName
{
border-color: #548B6F;
}
.TagClassName
{
border-color: #548B6F;
}
</style>