#5E7E75

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

Shades of Cutty Sark #5E7E75

Tints of Cutty Sark #5E7E75

Color information

#5E7E75 (or 0x5E7E75) is unknown color: approx Cutty Sark. HEX triplet: 5E, 7E and 75. RGB value is (94,126,117). Sum of RGB (Red+Green+Blue) = 94+126+117=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 126 - color contains mainly: green. Hex color #5E7E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7E75 is #A1818A. Grayscale: #737373. Windows color (decimal): -10584459 or 7700062. OLE color: 7700062.

HSL color Cylindrical-coordinate representation of color #5E7E75: hue angle of 163.12º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E7E75 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB94126117-
CMYK0.2500.070.51
HSL163.12º14.55%43.14%-
HSV(B)163.12º25.4%49.41%-
XYZ15.2918.5919.61-
YUV115.41128.9112.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.89%
GREEN value IS 126 (49.61% from 255) = 37.39%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=27.89%
G=37.39%
B=34.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal941261170.2500.070.51163.1214.5543.14
Hex5E7E75190733a3f2b
Octal1361761653107632431753
Binary101111011111101110101110010111110011101000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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