#50866D

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

Shades of Cutty Sark #50866D

Tints of Cutty Sark #50866D

Color information

#50866D (or 0x50866D) is unknown color: approx Cutty Sark. HEX triplet: 50, 86 and 6D. RGB value is (80,134,109). Sum of RGB (Red+Green+Blue) = 80+134+109=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #50866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50866D is #AF7992. Grayscale: #737373. Windows color (decimal): -11499923 or 7177808. OLE color: 7177808.

HSL color Cylindrical-coordinate representation of color #50866D: hue angle of 152.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50866D is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB80134109-
CMYK0.4000.190.47
HSL152.22º25.23%41.96%-
HSV(B)152.22º40.3%52.55%-
XYZ14.5919.8617.53-
YUV115124.61103.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=24.77%
G=41.49%
B=33.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801341090.4000.190.47152.2225.2341.96
Hex50866D280132F98192a
Octal12020615550023572303152
Binary10100001000011011011011010000100111011111001100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50866D; }

 p { color: rgb(80,134,109); }

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

<style>
 a { background-color: #50866D; }

 a { background-color: rgb(80,134,109); }

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

<style>
 span { border-color: #50866D; }

 span { border-color: rgb(80,134,109); }

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