#55806E

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

Shades of Cutty Sark #55806E

Tints of Cutty Sark #55806E

Color information

#55806E (or 0x55806E) is unknown color: approx Cutty Sark. HEX triplet: 55, 80 and 6E. RGB value is (85,128,110). Sum of RGB (Red+Green+Blue) = 85+128+110=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #55806E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55806E is #AA7F91. Grayscale: #717171. Windows color (decimal): -11173778 or 7241813. OLE color: 7241813.

HSL color Cylindrical-coordinate representation of color #55806E: hue angle of 154.88º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55806E is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB85128110-
CMYK0.3400.140.50
HSL154.88º20.19%41.76%-
HSV(B)154.88º33.59%50.2%-
XYZ14.2818.517.57-
YUV113.09126.25107.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=26.32%
G=39.63%
B=34.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal851281100.3400.140.50154.8820.1941.76
Hex55806E220E329b142a
Octal12520015642016622332452
Binary1010101100000001101110100010011101100101001101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55806E; }

 p { color: rgb(85,128,110); }

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

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

 a { background-color: rgb(85,128,110); }

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

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

 span { border-color: rgb(85,128,110); }

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