#5E8677

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

Shades of Cutty Sark #5E8677

Tints of Cutty Sark #5E8677

Color information

#5E8677 (or 0x5E8677) is unknown color: approx Cutty Sark. HEX triplet: 5E, 86 and 77. RGB value is (94,134,119). Sum of RGB (Red+Green+Blue) = 94+134+119=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8677 is #A17988. Grayscale: #787878. Windows color (decimal): -10582409 or 7833182. OLE color: 7833182.

HSL color Cylindrical-coordinate representation of color #5E8677: hue angle of 157.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E8677 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB94134119-
CMYK0.3000.110.47
HSL157.5º17.54%44.71%-
HSV(B)157.5º29.85%52.55%-
XYZ16.4720.7620.59-
YUV120.33127.25109.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.09%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=27.09%
G=38.62%
B=34.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal941341190.3000.110.47157.517.5444.71
Hex5E86771E0B2F9d122d
Octal13620616736013572352255
Binary101111010000110111011111110010111011111001110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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