Shades of Cutty Sark #547B68
Tints of Cutty Sark #547B68
RGB
CMYK
RGB Variations
Color information
#547B68 (or 0x547B68) is known color: Cutty Sark. HEX triplet: 54, 7B and 68. RGB value is (84,123,104). Sum of RGB (Red+Green+Blue) = 84+123+104=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 123 - color contains mainly: green. Hex color #547B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B68 is #AB8497. Grayscale: #6D6D6D. Windows color (decimal): -11240600 or 6847316. OLE color: 6847316.
HSL color Cylindrical-coordinate representation of color #547B68: hue angle of 150.77º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547B68 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 123 | 104 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.52 |
| HSL | 150.77º | 0.19% | 0.41% | - |
| HSV(B) | 150.77º | 0.32% | 0.48% | - |
| XYZ | 13.24 | 17.05 | 15.69 | - |
| YUV | 109.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 104 | 0.32 | 0 | 0.15 | 0.52 | 150.77 | 0.19 | 0.41 |
| Hex | 54 | 7B | 68 | 20 | 0 | F | 34 | 97 | 13 | 29 |
| Octal | 124 | 173 | 150 | 40 | 0 | 17 | 64 | 227 | 23 | 51 |
| Binary | 1010100 | 1111011 | 1101000 | 100000 | 0 | 1111 | 110100 | 10010111 | 10011 | 101001 |
Color Harmonies of #547B68
Complementary color
Monochromatic Colors of #547B68
Black with #547B68
Text Example
Text Example
White with #547B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B68; }
p { color: rgb(84,123,104); }
H1.HeaderClassName
{
color: #547B68;
}
.AnyTagClassName
{
color: #547B68;
}
</style>
background-color css
<style>
a { background-color: #547B68; }
a { background-color: rgb(84,123,104); }
div.DivClassName
{
background-color: #547B68;
}
.BgClassName
{
background-color: #547B68;
}
</style>
border-color css
<style>
span { border-color: #547B68; }
span { border-color: rgb(84,123,104); }
td.TdClassName
{
border-color: #547B68;
}
.TagClassName
{
border-color: #547B68;
}
</style>