#5C796D

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

Shades of Cutty Sark #5C796D

Tints of Cutty Sark #5C796D

Color information

#5C796D (or 0x5C796D) is unknown color: approx Cutty Sark. HEX triplet: 5C, 79 and 6D. RGB value is (92,121,109). Sum of RGB (Red+Green+Blue) = 92+121+109=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #5C796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C796D is #A38692. Grayscale: #6E6E6E. Windows color (decimal): -10716819 or 7174492. OLE color: 7174492.

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

Color convert

RGB92121109-
CMYK0.2400.100.53
HSL155.17º13.62%41.76%-
HSV(B)155.17º23.97%47.45%-
XYZ14.0117.0517.02-
YUV110.96126.89114.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.57%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=28.57%
G=37.58%
B=33.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal921211090.2400.100.53155.1713.6241.76
Hex5C796D180A359be2a
Octal13417115530012652331652
Binary1011100111100111011011100001010110101100110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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