Shades of Cutty Sark #547B6B
Tints of Cutty Sark #547B6B
RGB
CMYK
RGB Variations
Color information
#547B6B (or 0x547B6B) is known color: Cutty Sark. HEX triplet: 54, 7B and 6B. RGB value is (84,123,107). Sum of RGB (Red+Green+Blue) = 84+123+107=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #547B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B6B is #AB8494. Grayscale: #6D6D6D. Windows color (decimal): -11240597 or 7043924. OLE color: 7043924.
HSL color Cylindrical-coordinate representation of color #547B6B: hue angle of 155.38º 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 #547B6B is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 123 | 107 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.52 |
| HSL | 155.38º | 0.19% | 0.41% | - |
| HSV(B) | 155.38º | 0.32% | 0.48% | - |
| XYZ | 13.39 | 17.11 | 16.51 | - |
| YUV | 109.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 107 | 0.32 | 0 | 0.13 | 0.52 | 155.38 | 0.19 | 0.41 |
| Hex | 54 | 7B | 6B | 20 | 0 | D | 34 | 9B | 13 | 29 |
| Octal | 124 | 173 | 153 | 40 | 0 | 15 | 64 | 233 | 23 | 51 |
| Binary | 1010100 | 1111011 | 1101011 | 100000 | 0 | 1101 | 110100 | 10011011 | 10011 | 101001 |
Color Harmonies of #547B6B
Complementary color
Monochromatic Colors of #547B6B
Black with #547B6B
Text Example
Text Example
White with #547B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B6B; }
p { color: rgb(84,123,107); }
H1.HeaderClassName
{
color: #547B6B;
}
.AnyTagClassName
{
color: #547B6B;
}
</style>
background-color css
<style>
a { background-color: #547B6B; }
a { background-color: rgb(84,123,107); }
div.DivClassName
{
background-color: #547B6B;
}
.BgClassName
{
background-color: #547B6B;
}
</style>
border-color css
<style>
span { border-color: #547B6B; }
span { border-color: rgb(84,123,107); }
td.TdClassName
{
border-color: #547B6B;
}
.TagClassName
{
border-color: #547B6B;
}
</style>