Shades of Cutty Sark #54877A
Tints of Cutty Sark #54877A
RGB
CMYK
RGB Variations
Color information
#54877A (or 0x54877A) is known color: Cutty Sark. HEX triplet: 54, 87 and 7A. RGB value is (84,135,122). Sum of RGB (Red+Green+Blue) = 84+135+122=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #54877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54877A is #AB7885. Grayscale: #767676. Windows color (decimal): -11237510 or 8030036. OLE color: 8030036.
HSL color Cylindrical-coordinate representation of color #54877A: hue angle of 164.71º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54877A is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 135 | 122 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.47 |
| HSL | 164.71º | 0.23% | 0.43% | - |
| HSV(B) | 164.71º | 0.38% | 0.53% | - |
| XYZ | 15.83 | 20.62 | 21.56 | - |
| YUV | 118.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 122 | 0.38 | 0 | 0.10 | 0.47 | 164.71 | 0.23 | 0.43 |
| Hex | 54 | 87 | 7A | 26 | 0 | A | 2F | A5 | 17 | 2B |
| Octal | 124 | 207 | 172 | 46 | 0 | 12 | 57 | 245 | 27 | 53 |
| Binary | 1010100 | 10000111 | 1111010 | 100110 | 0 | 1010 | 101111 | 10100101 | 10111 | 101011 |
Color Harmonies of #54877A
Complementary color
Monochromatic Colors of #54877A
Black with #54877A
Text Example
Text Example
White with #54877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54877A; }
p { color: rgb(84,135,122); }
H1.HeaderClassName
{
color: #54877A;
}
.AnyTagClassName
{
color: #54877A;
}
</style>
background-color css
<style>
a { background-color: #54877A; }
a { background-color: rgb(84,135,122); }
div.DivClassName
{
background-color: #54877A;
}
.BgClassName
{
background-color: #54877A;
}
</style>
border-color css
<style>
span { border-color: #54877A; }
span { border-color: rgb(84,135,122); }
td.TdClassName
{
border-color: #54877A;
}
.TagClassName
{
border-color: #54877A;
}
</style>