#5E756C

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

Shades of Cutty Sark #5E756C

Tints of Cutty Sark #5E756C

Color information

#5E756C (or 0x5E756C) is unknown color: approx Cutty Sark. HEX triplet: 5E, 75 and 6C. RGB value is (94,117,108). Sum of RGB (Red+Green+Blue) = 94+117+108=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #5E756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E756C is #A18A93. Grayscale: #6D6D6D. Windows color (decimal): -10586772 or 7107934. OLE color: 7107934.

HSL color Cylindrical-coordinate representation of color #5E756C: hue angle of 156.52º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E756C is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB94117108-
CMYK0.2000.080.54
HSL156.52º10.9%41.37%-
HSV(B)156.52º19.66%45.88%-
XYZ13.6816.1816.59-
YUV109.1127.38117.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.47%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=29.47%
G=36.68%
B=33.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal941171080.2000.080.54156.5210.941.37
Hex5E756C1408369db29
Octal13616515424010662351351
Binary1011110111010111011001010001000110110100111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,117,108); }

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

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

 a { background-color: rgb(94,117,108); }

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

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

 span { border-color: rgb(94,117,108); }

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