#5D796D

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

Shades of Cutty Sark #5D796D

Tints of Cutty Sark #5D796D

Color information

#5D796D (or 0x5D796D) is unknown color: approx Cutty Sark. HEX triplet: 5D, 79 and 6D. RGB value is (93,121,109). Sum of RGB (Red+Green+Blue) = 93+121+109=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 121 - color contains mainly: green. Hex color #5D796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D796D is #A28692. Grayscale: #6F6F6F. Windows color (decimal): -10651283 or 7174493. OLE color: 7174493.

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

Color convert

RGB93121109-
CMYK0.2300.100.53
HSL154.29º13.08%41.96%-
HSV(B)154.29º23.14%47.45%-
XYZ14.1117.1117.03-
YUV111.26126.72114.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.79%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=28.79%
G=37.46%
B=33.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal931211090.2300.100.53154.2913.0841.96
Hex5D796D170A359ad2a
Octal13517115527012652321552
Binary1011101111100111011011011101010110101100110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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