Shades of Cutty Sark #548A7B
Tints of Cutty Sark #548A7B
RGB
CMYK
RGB Variations
Color information
#548A7B (or 0x548A7B) is known color: Cutty Sark. HEX triplet: 54, 8A and 7B. RGB value is (84,138,123). Sum of RGB (Red+Green+Blue) = 84+138+123=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #548A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A7B is #AB7584. Grayscale: #787878. Windows color (decimal): -11236741 or 8096340. OLE color: 8096340.
HSL color Cylindrical-coordinate representation of color #548A7B: hue angle of 163.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A7B is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 138 | 123 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.46 |
| HSL | 163.33º | 0.24% | 0.44% | - |
| HSV(B) | 163.33º | 0.39% | 0.54% | - |
| XYZ | 16.32 | 21.49 | 22.03 | - |
| YUV | 120.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 123 | 0.39 | 0 | 0.11 | 0.46 | 163.33 | 0.24 | 0.44 |
| Hex | 54 | 8A | 7B | 27 | 0 | B | 2E | A3 | 18 | 2C |
| Octal | 124 | 212 | 173 | 47 | 0 | 13 | 56 | 243 | 30 | 54 |
| Binary | 1010100 | 10001010 | 1111011 | 100111 | 0 | 1011 | 101110 | 10100011 | 11000 | 101100 |
Color Harmonies of #548A7B
Complementary color
Monochromatic Colors of #548A7B
Black with #548A7B
Text Example
Text Example
White with #548A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548A7B; }
p { color: rgb(84,138,123); }
H1.HeaderClassName
{
color: #548A7B;
}
.AnyTagClassName
{
color: #548A7B;
}
</style>
background-color css
<style>
a { background-color: #548A7B; }
a { background-color: rgb(84,138,123); }
div.DivClassName
{
background-color: #548A7B;
}
.BgClassName
{
background-color: #548A7B;
}
</style>
border-color css
<style>
span { border-color: #548A7B; }
span { border-color: rgb(84,138,123); }
td.TdClassName
{
border-color: #548A7B;
}
.TagClassName
{
border-color: #548A7B;
}
</style>