Shades of Cutty Sark #548575
Tints of Cutty Sark #548575
RGB
CMYK
RGB Variations
Color information
#548575 (or 0x548575) is known color: Cutty Sark. HEX triplet: 54, 85 and 75. RGB value is (84,133,117). Sum of RGB (Red+Green+Blue) = 84+133+117=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #548575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548575 is #AB7A8A. Grayscale: #747474. Windows color (decimal): -11238027 or 7701844. OLE color: 7701844.
HSL color Cylindrical-coordinate representation of color #548575: hue angle of 160.41º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #548575 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 133 | 117 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.48 |
| HSL | 160.41º | 0.23% | 0.43% | - |
| HSV(B) | 160.41º | 0.37% | 0.52% | - |
| XYZ | 15.25 | 19.94 | 19.88 | - |
| YUV | 116.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 117 | 0.37 | 0 | 0.12 | 0.48 | 160.41 | 0.23 | 0.43 |
| Hex | 54 | 85 | 75 | 25 | 0 | C | 30 | A0 | 17 | 2B |
| Octal | 124 | 205 | 165 | 45 | 0 | 14 | 60 | 240 | 27 | 53 |
| Binary | 1010100 | 10000101 | 1110101 | 100101 | 0 | 1100 | 110000 | 10100000 | 10111 | 101011 |
Color Harmonies of #548575
Complementary color
Monochromatic Colors of #548575
Black with #548575
Text Example
Text Example
White with #548575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548575; }
p { color: rgb(84,133,117); }
H1.HeaderClassName
{
color: #548575;
}
.AnyTagClassName
{
color: #548575;
}
</style>
background-color css
<style>
a { background-color: #548575; }
a { background-color: rgb(84,133,117); }
div.DivClassName
{
background-color: #548575;
}
.BgClassName
{
background-color: #548575;
}
</style>
border-color css
<style>
span { border-color: #548575; }
span { border-color: rgb(84,133,117); }
td.TdClassName
{
border-color: #548575;
}
.TagClassName
{
border-color: #548575;
}
</style>