#5E736B

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

Shades of Cutty Sark #5E736B

Tints of Cutty Sark #5E736B

Color information

#5E736B (or 0x5E736B) is unknown color: approx Cutty Sark. HEX triplet: 5E, 73 and 6B. RGB value is (94,115,107). Sum of RGB (Red+Green+Blue) = 94+115+107=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #5E736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E736B is #A18C94. Grayscale: #6B6B6B. Windows color (decimal): -10587285 or 7041886. OLE color: 7041886.

HSL color Cylindrical-coordinate representation of color #5E736B: hue angle of 157.14º 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 #5E736B is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB94115107-
CMYK0.1800.070.55
HSL157.14º10.05%40.98%-
HSV(B)157.14º18.26%45.1%-
XYZ13.415.716.23-
YUV107.81127.54118.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.75%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=29.75%
G=36.39%
B=33.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal941151070.1800.070.55157.1410.0540.98
Hex5E736B1207379da29
Octal1361631532207672351251
Binary101111011100111101011100100111110111100111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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