#5E776F

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

Shades of Cutty Sark #5E776F

Tints of Cutty Sark #5E776F

Color information

#5E776F (or 0x5E776F) is unknown color: approx Cutty Sark. HEX triplet: 5E, 77 and 6F. RGB value is (94,119,111). Sum of RGB (Red+Green+Blue) = 94+119+111=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #5E776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E776F is #A18890. Grayscale: #6E6E6E. Windows color (decimal): -10586257 or 7305054. OLE color: 7305054.

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

Color convert

RGB94119111-
CMYK0.2100.070.53
HSL160.8º11.74%41.76%-
HSV(B)160.8º21.01%46.67%-
XYZ14.0816.7217.52-
YUV110.61128.22116.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.01%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=29.01%
G=36.73%
B=34.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal941191110.2100.070.53160.811.7441.76
Hex5E776F150735a1c2a
Octal1361671572507652411452
Binary101111011101111101111101010111110101101000011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,119,111); }

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

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

 a { background-color: rgb(94,119,111); }

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

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

 span { border-color: rgb(94,119,111); }

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