#50876D

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

Shades of Cutty Sark #50876D

Tints of Cutty Sark #50876D

Color information

#50876D (or 0x50876D) is unknown color: approx Cutty Sark. HEX triplet: 50, 87 and 6D. RGB value is (80,135,109). Sum of RGB (Red+Green+Blue) = 80+135+109=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #50876D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50876D is #AF7892. Grayscale: #737373. Windows color (decimal): -11499667 or 7178064. OLE color: 7178064.

HSL color Cylindrical-coordinate representation of color #50876D: hue angle of 151.64º 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 #50876D is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB80135109-
CMYK0.4100.190.47
HSL151.64º25.58%42.16%-
HSV(B)151.64º40.74%52.94%-
XYZ14.7320.1417.58-
YUV115.59124.28102.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 109 (42.97% from 255) = 33.64%
R=24.69%
G=41.67%
B=33.64%

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
Decimal801351090.4100.190.47151.6425.5842.16
Hex50876D290132F981a2a
Octal12020715551023572303252
Binary10100001000011111011011010010100111011111001100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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