#5D796F

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

Shades of Cutty Sark #5D796F

Tints of Cutty Sark #5D796F

Color information

#5D796F (or 0x5D796F) is unknown color: approx Cutty Sark. HEX triplet: 5D, 79 and 6F. RGB value is (93,121,111). Sum of RGB (Red+Green+Blue) = 93+121+111=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #5D796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D796F is #A28690. Grayscale: #6F6F6F. Windows color (decimal): -10651281 or 7305565. OLE color: 7305565.

HSL color Cylindrical-coordinate representation of color #5D796F: hue angle of 158.57º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D796F is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB93121111-
CMYK0.2300.080.53
HSL158.57º13.08%41.96%-
HSV(B)158.57º23.14%47.45%-
XYZ14.2217.1517.6-
YUV111.49127.72114.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.62%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=28.62%
G=37.23%
B=34.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal931211110.2300.080.53158.5713.0841.96
Hex5D796F1708359fd2a
Octal13517115727010652371552
Binary1011101111100111011111011101000110101100111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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