#5C776E

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

Shades of Cutty Sark #5C776E

Tints of Cutty Sark #5C776E

Color information

#5C776E (or 0x5C776E) is unknown color: approx Cutty Sark. HEX triplet: 5C, 77 and 6E. RGB value is (92,119,110). Sum of RGB (Red+Green+Blue) = 92+119+110=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #5C776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C776E is #A38891. Grayscale: #6D6D6D. Windows color (decimal): -10717330 or 7239516. OLE color: 7239516.

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

Color convert

RGB92119110-
CMYK0.2300.080.53
HSL160º12.8%41.37%-
HSV(B)160º22.69%46.67%-
XYZ13.8216.5917.23-
YUV109.9128.05115.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.66%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=28.66%
G=37.07%
B=34.27%

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
Decimal921191100.2300.080.5316012.841.37
Hex5C776E170835a0d29
Octal13416715627010652401551
Binary1011100111011111011101011101000110101101000001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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