Shades of Cutty Sark #54806F
Tints of Cutty Sark #54806F
RGB
CMYK
RGB Variations
Color information
#54806F (or 0x54806F) is known color: Cutty Sark. HEX triplet: 54, 80 and 6F. RGB value is (84,128,111). Sum of RGB (Red+Green+Blue) = 84+128+111=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #54806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54806F is #AB7F90. Grayscale: #707070. Windows color (decimal): -11239313 or 7307348. OLE color: 7307348.
HSL color Cylindrical-coordinate representation of color #54806F: hue angle of 156.82º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54806F is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 128 | 111 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.50 |
| HSL | 156.82º | 0.21% | 0.42% | - |
| HSV(B) | 156.82º | 0.34% | 0.5% | - |
| XYZ | 14.24 | 18.47 | 17.85 | - |
| YUV | 112.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 128 | 111 | 0.34 | 0 | 0.13 | 0.50 | 156.82 | 0.21 | 0.42 |
| Hex | 54 | 80 | 6F | 22 | 0 | D | 32 | 9D | 15 | 2A |
| Octal | 124 | 200 | 157 | 42 | 0 | 15 | 62 | 235 | 25 | 52 |
| Binary | 1010100 | 10000000 | 1101111 | 100010 | 0 | 1101 | 110010 | 10011101 | 10101 | 101010 |
Color Harmonies of #54806F
Complementary color
Monochromatic Colors of #54806F
Black with #54806F
Text Example
Text Example
White with #54806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54806F; }
p { color: rgb(84,128,111); }
H1.HeaderClassName
{
color: #54806F;
}
.AnyTagClassName
{
color: #54806F;
}
</style>
background-color css
<style>
a { background-color: #54806F; }
a { background-color: rgb(84,128,111); }
div.DivClassName
{
background-color: #54806F;
}
.BgClassName
{
background-color: #54806F;
}
</style>
border-color css
<style>
span { border-color: #54806F; }
span { border-color: rgb(84,128,111); }
td.TdClassName
{
border-color: #54806F;
}
.TagClassName
{
border-color: #54806F;
}
</style>