#5C776C

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

Shades of Cutty Sark #5C776C

Tints of Cutty Sark #5C776C

Color information

#5C776C (or 0x5C776C) is unknown color: approx Cutty Sark. HEX triplet: 5C, 77 and 6C. RGB value is (92,119,108). Sum of RGB (Red+Green+Blue) = 92+119+108=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #5C776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C776C is #A38893. Grayscale: #6D6D6D. Windows color (decimal): -10717332 or 7108444. OLE color: 7108444.

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

Color convert

RGB92119108-
CMYK0.2300.090.53
HSL155.56º12.8%41.37%-
HSV(B)155.56º22.69%46.67%-
XYZ13.7216.5516.66-
YUV109.67127.05115.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=28.84%
G=37.30%
B=33.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal921191080.2300.090.53155.5612.841.37
Hex5C776C1709359cd29
Octal13416715427011652341551
Binary1011100111011111011001011101001110101100111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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