#5E736D

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

Shades of Cutty Sark #5E736D

Tints of Cutty Sark #5E736D

Color information

#5E736D (or 0x5E736D) is unknown color: approx Cutty Sark. HEX triplet: 5E, 73 and 6D. RGB value is (94,115,109). Sum of RGB (Red+Green+Blue) = 94+115+109=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 115 - color contains mainly: green. Hex color #5E736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E736D is #A18C92. Grayscale: #6C6C6C. Windows color (decimal): -10587283 or 7172958. OLE color: 7172958.

HSL color Cylindrical-coordinate representation of color #5E736D: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E736D is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB94115109-
CMYK0.1800.050.55
HSL162.86º10.05%40.98%-
HSV(B)162.86º18.26%45.1%-
XYZ13.5115.7516.8-
YUV108.04128.54117.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.56%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=29.56%
G=36.16%
B=34.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal941151090.1800.050.55162.8610.0540.98
Hex5E736D120537a3a29
Octal1361631552205672431251
Binary101111011100111101101100100101110111101000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,115,109); }

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

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

 a { background-color: rgb(94,115,109); }

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

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

 span { border-color: rgb(94,115,109); }

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