Shades of Cutty Sark #548B7A
Tints of Cutty Sark #548B7A
RGB
CMYK
RGB Variations
Color information
#548B7A (or 0x548B7A) is known color: Cutty Sark. HEX triplet: 54, 8B and 7A. RGB value is (84,139,122). Sum of RGB (Red+Green+Blue) = 84+139+122=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #548B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B7A is #AB7485. Grayscale: #787878. Windows color (decimal): -11236486 or 8031060. OLE color: 8031060.
HSL color Cylindrical-coordinate representation of color #548B7A: hue angle of 161.45º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548B7A is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 122 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.45 |
| HSL | 161.45º | 0.25% | 0.44% | - |
| HSV(B) | 161.45º | 0.4% | 0.55% | - |
| XYZ | 16.4 | 21.76 | 21.75 | - |
| YUV | 120.62 | 128.78 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 122 | 0.40 | 0 | 0.12 | 0.45 | 161.45 | 0.25 | 0.44 |
| Hex | 54 | 8B | 7A | 28 | 0 | C | 2D | A1 | 19 | 2C |
| Octal | 124 | 213 | 172 | 50 | 0 | 14 | 55 | 241 | 31 | 54 |
| Binary | 1010100 | 10001011 | 1111010 | 101000 | 0 | 1100 | 101101 | 10100001 | 11001 | 101100 |
Color Harmonies of #548B7A
Complementary color
Monochromatic Colors of #548B7A
Black with #548B7A
Text Example
Text Example
White with #548B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B7A; }
p { color: rgb(84,139,122); }
H1.HeaderClassName
{
color: #548B7A;
}
.AnyTagClassName
{
color: #548B7A;
}
</style>
background-color css
<style>
a { background-color: #548B7A; }
a { background-color: rgb(84,139,122); }
div.DivClassName
{
background-color: #548B7A;
}
.BgClassName
{
background-color: #548B7A;
}
</style>
border-color css
<style>
span { border-color: #548B7A; }
span { border-color: rgb(84,139,122); }
td.TdClassName
{
border-color: #548B7A;
}
.TagClassName
{
border-color: #548B7A;
}
</style>