#55796E

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

Shades of Cutty Sark #55796E

Tints of Cutty Sark #55796E

Color information

#55796E (or 0x55796E) is unknown color: approx Cutty Sark. HEX triplet: 55, 79 and 6E. RGB value is (85,121,110). Sum of RGB (Red+Green+Blue) = 85+121+110=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #55796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55796E is #AA8691. Grayscale: #6C6C6C. Windows color (decimal): -11175570 or 7240021. OLE color: 7240021.

HSL color Cylindrical-coordinate representation of color #55796E: hue angle of 161.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55796E is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB85121110-
CMYK0.3000.090.53
HSL161.67º17.48%40.39%-
HSV(B)161.67º29.75%47.45%-
XYZ13.416.7317.28-
YUV108.98128.57110.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 121 (47.66% from 255) = 38.29%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=26.90%
G=38.29%
B=34.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851211100.3000.090.53161.6717.4840.39
Hex55796E1E0935a21128
Octal12517115636011652422150
Binary10101011111001110111011110010011101011010001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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