#5A796F

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

Shades of Cutty Sark #5A796F

Tints of Cutty Sark #5A796F

Color information

#5A796F (or 0x5A796F) is unknown color: approx Cutty Sark. HEX triplet: 5A, 79 and 6F. RGB value is (90,121,111). Sum of RGB (Red+Green+Blue) = 90+121+111=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #5A796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A796F is #A58690. Grayscale: #6E6E6E. Windows color (decimal): -10847889 or 7305562. OLE color: 7305562.

HSL color Cylindrical-coordinate representation of color #5A796F: hue angle of 160.65º 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 #5A796F is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB90121111-
CMYK0.2600.080.53
HSL160.65º14.69%41.37%-
HSV(B)160.65º25.62%47.45%-
XYZ13.921717.59-
YUV110.59128.23113.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.95%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=27.95%
G=37.58%
B=34.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal901211110.2600.080.53160.6514.6941.37
Hex5A796F1A0835a1f29
Octal13217115732010652411751
Binary1011010111100111011111101001000110101101000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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