#55776A

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

Shades of Cutty Sark #55776A

Tints of Cutty Sark #55776A

Color information

#55776A (or 0x55776A) is unknown color: approx Cutty Sark. HEX triplet: 55, 77 and 6A. RGB value is (85,119,106). Sum of RGB (Red+Green+Blue) = 85+119+106=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #55776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55776A is #AA8895. Grayscale: #6B6B6B. Windows color (decimal): -11176086 or 6977365. OLE color: 6977365.

HSL color Cylindrical-coordinate representation of color #55776A: hue angle of 157.06º 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 #55776A is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB85119106-
CMYK0.2900.110.53
HSL157.06º16.67%40%-
HSV(B)157.06º28.57%46.67%-
XYZ12.9416.1716.07-
YUV107.35127.24112.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=27.42%
G=38.39%
B=34.19%

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
Decimal851191060.2900.110.53157.0616.6740
Hex55776A1D0B359d1128
Octal12516715235013652352150
Binary10101011110111110101011101010111101011001110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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