Shades of Cutty Sark #54887B
Tints of Cutty Sark #54887B
RGB
CMYK
RGB Variations
Color information
#54887B (or 0x54887B) is known color: Cutty Sark. HEX triplet: 54, 88 and 7B. RGB value is (84,136,123). Sum of RGB (Red+Green+Blue) = 84+136+123=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #54887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54887B is #AB7784. Grayscale: #767676. Windows color (decimal): -11237253 or 8095828. OLE color: 8095828.
HSL color Cylindrical-coordinate representation of color #54887B: hue angle of 165º degrees, saturation: 0.24, 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 #54887B is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 136 | 123 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.47 |
| HSL | 165º | 0.24% | 0.43% | - |
| HSV(B) | 165º | 0.38% | 0.53% | - |
| XYZ | 16.04 | 20.92 | 21.93 | - |
| YUV | 118.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 136 | 123 | 0.38 | 0 | 0.10 | 0.47 | 165 | 0.24 | 0.43 |
| Hex | 54 | 88 | 7B | 26 | 0 | A | 2F | A5 | 18 | 2B |
| Octal | 124 | 210 | 173 | 46 | 0 | 12 | 57 | 245 | 30 | 53 |
| Binary | 1010100 | 10001000 | 1111011 | 100110 | 0 | 1010 | 101111 | 10100101 | 11000 | 101011 |
Color Harmonies of #54887B
Complementary color
Monochromatic Colors of #54887B
Black with #54887B
Text Example
Text Example
White with #54887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54887B; }
p { color: rgb(84,136,123); }
H1.HeaderClassName
{
color: #54887B;
}
.AnyTagClassName
{
color: #54887B;
}
</style>
background-color css
<style>
a { background-color: #54887B; }
a { background-color: rgb(84,136,123); }
div.DivClassName
{
background-color: #54887B;
}
.BgClassName
{
background-color: #54887B;
}
</style>
border-color css
<style>
span { border-color: #54887B; }
span { border-color: rgb(84,136,123); }
td.TdClassName
{
border-color: #54887B;
}
.TagClassName
{
border-color: #54887B;
}
</style>