#547266

Color #547266 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #547266

Tints of Cutty Sark #547266

Color information

#547266 (or 0x547266) is unknown color: approx Cutty Sark. HEX triplet: 54, 72 and 66. RGB value is (84,114,102). Sum of RGB (Red+Green+Blue) = 84+114+102=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #547266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547266 is #AB8D99. Grayscale: #676767. Windows color (decimal): -11242906 or 6713940. OLE color: 6713940.

HSL color Cylindrical-coordinate representation of color #547266: hue angle of 156º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #547266 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB84114102-
CMYK0.2600.110.55
HSL156º15.15%38.82%-
HSV(B)156º26.32%44.71%-
XYZ12.0714.8814.81-
YUV103.66127.06113.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 102 (40.23% from 255) = 34%
R=28%
G=38%
B=34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal841141020.2600.110.5515615.1538.82
Hex5472661A0B379cf27
Octal12416214632013672341747
Binary1010100111001011001101101001011110111100111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547266; }

 p { color: rgb(84,114,102); }

 H1.HeaderClassName
 {
   color: #547266;
 }
 .AnyTagClassName
 {
   color: #547266;
 }
</style>
background-color css

<style>
 a { background-color: #547266; }

 a { background-color: rgb(84,114,102); }

 div.DivClassName
 {
   background-color: #547266;
 }
 .BgClassName
 {
   background-color: #547266;
 }
</style>
border-color css

<style>
 span { border-color: #547266; }

 span { border-color: rgb(84,114,102); }

 td.TdClassName
 {
   border-color: #547266;
 }
 .TagClassName
 {
   border-color: #547266;
 }
</style>