#5C776D

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

Shades of Cutty Sark #5C776D

Tints of Cutty Sark #5C776D

Color information

#5C776D (or 0x5C776D) is unknown color: approx Cutty Sark. HEX triplet: 5C, 77 and 6D. RGB value is (92,119,109). Sum of RGB (Red+Green+Blue) = 92+119+109=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #5C776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C776D is #A38892. Grayscale: #6D6D6D. Windows color (decimal): -10717331 or 7173980. OLE color: 7173980.

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

Color convert

RGB92119109-
CMYK0.2300.080.53
HSL157.78º12.8%41.37%-
HSV(B)157.78º22.69%46.67%-
XYZ13.7716.5716.94-
YUV109.79127.55115.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.75%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=28.75%
G=37.19%
B=34.06%

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
Decimal921191090.2300.080.53157.7812.841.37
Hex5C776D1708359ed29
Octal13416715527010652361551
Binary1011100111011111011011011101000110101100111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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