#547366

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

Shades of Cutty Sark #547366

Tints of Cutty Sark #547366

Color information

#547366 (or 0x547366) is unknown color: approx Cutty Sark. HEX triplet: 54, 73 and 66. RGB value is (84,115,102). Sum of RGB (Red+Green+Blue) = 84+115+102=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #547366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547366 is #AB8C99. Grayscale: #686868. Windows color (decimal): -11242650 or 6714196. OLE color: 6714196.

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

Color convert

RGB84115102-
CMYK0.2700.110.55
HSL154.84º15.58%39.02%-
HSV(B)154.84º26.96%45.1%-
XYZ12.1915.1114.84-
YUV104.25126.73113.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=27.91%
G=38.21%
B=33.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal841151020.2700.110.55154.8415.5839.02
Hex5473661B0B379b1027
Octal12416314633013672332047
Binary10101001110011110011011011010111101111001101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547366; }

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

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

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

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

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

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

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

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