Shades of Cutty Sark #548377
Tints of Cutty Sark #548377
RGB
CMYK
RGB Variations
Color information
#548377 (or 0x548377) is known color: Cutty Sark. HEX triplet: 54, 83 and 77. RGB value is (84,131,119). Sum of RGB (Red+Green+Blue) = 84+131+119=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 131 - color contains mainly: green. Hex color #548377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548377 is #AB7C88. Grayscale: #737373. Windows color (decimal): -11238537 or 7832404. OLE color: 7832404.
HSL color Cylindrical-coordinate representation of color #548377: hue angle of 164.68º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #548377 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 131 | 119 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.49 |
| HSL | 164.68º | 0.22% | 0.42% | - |
| HSV(B) | 164.68º | 0.36% | 0.51% | - |
| XYZ | 15.1 | 19.45 | 20.41 | - |
| YUV | 115.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 131 | 119 | 0.36 | 0 | 0.09 | 0.49 | 164.68 | 0.22 | 0.42 |
| Hex | 54 | 83 | 77 | 24 | 0 | 9 | 31 | A5 | 16 | 2A |
| Octal | 124 | 203 | 167 | 44 | 0 | 11 | 61 | 245 | 26 | 52 |
| Binary | 1010100 | 10000011 | 1110111 | 100100 | 0 | 1001 | 110001 | 10100101 | 10110 | 101010 |
Color Harmonies of #548377
Complementary color
Monochromatic Colors of #548377
Black with #548377
Text Example
Text Example
White with #548377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548377; }
p { color: rgb(84,131,119); }
H1.HeaderClassName
{
color: #548377;
}
.AnyTagClassName
{
color: #548377;
}
</style>
background-color css
<style>
a { background-color: #548377; }
a { background-color: rgb(84,131,119); }
div.DivClassName
{
background-color: #548377;
}
.BgClassName
{
background-color: #548377;
}
</style>
border-color css
<style>
span { border-color: #548377; }
span { border-color: rgb(84,131,119); }
td.TdClassName
{
border-color: #548377;
}
.TagClassName
{
border-color: #548377;
}
</style>