#55796D

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

Shades of Cutty Sark #55796D

Tints of Cutty Sark #55796D

Color information

#55796D (or 0x55796D) is unknown color: approx Cutty Sark. HEX triplet: 55, 79 and 6D. RGB value is (85,121,109). Sum of RGB (Red+Green+Blue) = 85+121+109=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #55796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55796D is #AA8692. Grayscale: #6C6C6C. Windows color (decimal): -11175571 or 7174485. OLE color: 7174485.

HSL color Cylindrical-coordinate representation of color #55796D: hue angle of 160º 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 #55796D is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB85121109-
CMYK0.3000.100.53
HSL160º17.48%40.39%-
HSV(B)160º29.75%47.45%-
XYZ13.3416.7116.99-
YUV108.87128.07110.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=26.98%
G=38.41%
B=34.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851211090.3000.100.5316017.4840.39
Hex55796D1E0A35a01128
Octal12517115536012652402150
Binary10101011111001110110111110010101101011010000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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