#55776C

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

Shades of Cutty Sark #55776C

Tints of Cutty Sark #55776C

Color information

#55776C (or 0x55776C) is unknown color: approx Cutty Sark. HEX triplet: 55, 77 and 6C. RGB value is (85,119,108). Sum of RGB (Red+Green+Blue) = 85+119+108=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #55776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55776C is #AA8893. Grayscale: #6B6B6B. Windows color (decimal): -11176084 or 7108437. OLE color: 7108437.

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

Color convert

RGB85119108-
CMYK0.2900.090.53
HSL160.59º16.67%40%-
HSV(B)160.59º28.57%46.67%-
XYZ13.0516.2116.63-
YUV107.58128.24111.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=27.24%
G=38.14%
B=34.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851191080.2900.090.53160.5916.6740
Hex55776C1D0935a11128
Octal12516715435011652412150
Binary10101011110111110110011101010011101011010000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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