#5A796A

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

Shades of Cutty Sark #5A796A

Tints of Cutty Sark #5A796A

Color information

#5A796A (or 0x5A796A) is unknown color: approx Cutty Sark. HEX triplet: 5A, 79 and 6A. RGB value is (90,121,106). Sum of RGB (Red+Green+Blue) = 90+121+106=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #5A796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A796A is #A58695. Grayscale: #6E6E6E. Windows color (decimal): -10847894 or 6977882. OLE color: 6977882.

HSL color Cylindrical-coordinate representation of color #5A796A: hue angle of 150.97º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A796A is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB90121106-
CMYK0.2600.120.53
HSL150.97º14.69%41.37%-
HSV(B)150.97º25.62%47.45%-
XYZ13.6616.8916.18-
YUV110.02125.73113.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.39%
GREEN value IS 121 (47.66% from 255) = 38.17%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=28.39%
G=38.17%
B=33.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal901211060.2600.120.53150.9714.6941.37
Hex5A796A1A0C3597f29
Octal13217115232014652271751
Binary1011010111100111010101101001100110101100101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A796A; }

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

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

<style>
 a { background-color: #5A796A; }

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

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

<style>
 span { border-color: #5A796A; }

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

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