#55796A

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

Shades of Cutty Sark #55796A

Tints of Cutty Sark #55796A

Color information

#55796A (or 0x55796A) is unknown color: approx Cutty Sark. HEX triplet: 55, 79 and 6A. RGB value is (85,121,106). Sum of RGB (Red+Green+Blue) = 85+121+106=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #55796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55796A is #AA8695. Grayscale: #6C6C6C. Windows color (decimal): -11175574 or 6977877. OLE color: 6977877.

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

Color convert

RGB85121106-
CMYK0.3000.120.53
HSL155º17.48%40.39%-
HSV(B)155º29.75%47.45%-
XYZ13.1916.6516.15-
YUV108.53126.57111.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=27.24%
G=38.78%
B=33.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851211060.3000.120.5315517.4840.39
Hex55796A1E0C359b1128
Octal12517115236014652332150
Binary10101011111001110101011110011001101011001101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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