#50896A

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

Shades of Cutty Sark #50896A

Tints of Cutty Sark #50896A

Color information

#50896A (or 0x50896A) is unknown color: approx Cutty Sark. HEX triplet: 50, 89 and 6A. RGB value is (80,137,106). Sum of RGB (Red+Green+Blue) = 80+137+106=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #50896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50896A is #AF7695. Grayscale: #747474. Windows color (decimal): -11499158 or 6981968. OLE color: 6981968.

HSL color Cylindrical-coordinate representation of color #50896A: hue angle of 147.37º 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 #50896A is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB80137106-
CMYK0.4200.230.46
HSL147.37º26.27%42.55%-
HSV(B)147.37º41.61%53.73%-
XYZ14.8620.6416.84-
YUV116.42122.12102.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 137 (53.91% from 255) = 42.41%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=24.77%
G=42.41%
B=32.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801371060.4200.230.46147.3726.2742.55
Hex50896A2A0172E931a2b
Octal12021115252027562233253
Binary10100001000100111010101010100101111011101001001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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