#5E8876

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

Shades of Cutty Sark #5E8876

Tints of Cutty Sark #5E8876

Color information

#5E8876 (or 0x5E8876) is unknown color: approx Cutty Sark. HEX triplet: 5E, 88 and 76. RGB value is (94,136,118). Sum of RGB (Red+Green+Blue) = 94+136+118=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8876 is #A17789. Grayscale: #797979. Windows color (decimal): -10581898 or 7768158. OLE color: 7768158.

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

Color convert

RGB94136118-
CMYK0.3100.130.47
HSL154.29º18.26%45.1%-
HSV(B)154.29º30.88%53.33%-
XYZ16.6921.320.37-
YUV121.39126.09108.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.01%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=27.01%
G=39.08%
B=33.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal941361180.3100.130.47154.2918.2645.1
Hex5E88761F0D2F9a122d
Octal13621016637015572322255
Binary101111010001000111011011111011011011111001101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,136,118); }

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

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

 a { background-color: rgb(94,136,118); }

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

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

 span { border-color: rgb(94,136,118); }

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