#54776A

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

Shades of Cutty Sark #54776A

Tints of Cutty Sark #54776A

Color information

#54776A (or 0x54776A) is unknown color: approx Cutty Sark. HEX triplet: 54, 77 and 6A. RGB value is (84,119,106). Sum of RGB (Red+Green+Blue) = 84+119+106=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #54776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54776A is #AB8895. Grayscale: #6B6B6B. Windows color (decimal): -11241622 or 6977364. OLE color: 6977364.

HSL color Cylindrical-coordinate representation of color #54776A: hue angle of 157.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54776A is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB84119106-
CMYK0.2900.110.53
HSL157.71º17.24%39.8%-
HSV(B)157.71º29.41%46.67%-
XYZ12.8516.1216.07-
YUV107.05127.4111.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=27.18%
G=38.51%
B=34.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841191060.2900.110.53157.7117.2439.8
Hex54776A1D0B359e1128
Octal12416715235013652362150
Binary10101001110111110101011101010111101011001111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54776A; }

 p { color: rgb(84,119,106); }

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

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

 a { background-color: rgb(84,119,106); }

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

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

 span { border-color: rgb(84,119,106); }

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