#50896D

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

Shades of Cutty Sark #50896D

Tints of Cutty Sark #50896D

Color information

#50896D (or 0x50896D) is unknown color: approx Cutty Sark. HEX triplet: 50, 89 and 6D. RGB value is (80,137,109). Sum of RGB (Red+Green+Blue) = 80+137+109=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #50896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50896D is #AF7692. Grayscale: #747474. Windows color (decimal): -11499155 or 7178576. OLE color: 7178576.

HSL color Cylindrical-coordinate representation of color #50896D: hue angle of 150.53º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50896D is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB80137109-
CMYK0.4200.200.46
HSL150.53º26.27%42.55%-
HSV(B)150.53º41.61%53.73%-
XYZ15.0120.717.67-
YUV116.76123.62101.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 137 (53.91% from 255) = 42.02%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=24.54%
G=42.02%
B=33.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801371090.4200.200.46150.5326.2742.55
Hex50896D2A0142E971a2b
Octal12021115552024562273253
Binary10100001000100111011011010100101001011101001011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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