#50886E

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

Shades of Cutty Sark #50886E

Tints of Cutty Sark #50886E

Color information

#50886E (or 0x50886E) is unknown color: approx Cutty Sark. HEX triplet: 50, 88 and 6E. RGB value is (80,136,110). Sum of RGB (Red+Green+Blue) = 80+136+110=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #50886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50886E is #AF7791. Grayscale: #747474. Windows color (decimal): -11499410 or 7243856. OLE color: 7243856.

HSL color Cylindrical-coordinate representation of color #50886E: hue angle of 152.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50886E is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB80136110-
CMYK0.4100.190.47
HSL152.14º25.93%42.35%-
HSV(B)152.14º41.18%53.33%-
XYZ14.9320.4417.91-
YUV116.29124.45102.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=24.54%
G=41.72%
B=33.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801361100.4100.190.47152.1425.9342.35
Hex50886E290132F981a2a
Octal12021015651023572303252
Binary10100001000100011011101010010100111011111001100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50886E; }

 p { color: rgb(80,136,110); }

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

<style>
 a { background-color: #50886E; }

 a { background-color: rgb(80,136,110); }

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

<style>
 span { border-color: #50886E; }

 span { border-color: rgb(80,136,110); }

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