#50896F

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

Shades of Cutty Sark #50896F

Tints of Cutty Sark #50896F

Color information

#50896F (or 0x50896F) is unknown color: approx Cutty Sark. HEX triplet: 50, 89 and 6F. RGB value is (80,137,111). Sum of RGB (Red+Green+Blue) = 80+137+111=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #50896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50896F is #AF7690. Grayscale: #757575. Windows color (decimal): -11499153 or 7309648. OLE color: 7309648.

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

Color convert

RGB80137111-
CMYK0.4200.190.46
HSL152.63º26.27%42.55%-
HSV(B)152.63º41.61%53.73%-
XYZ15.1220.7418.25-
YUV116.99124.62101.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=24.39%
G=41.77%
B=33.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801371110.4200.190.46152.6326.2742.55
Hex50896F2A0132E991a2b
Octal12021115752023562313253
Binary10100001000100111011111010100100111011101001100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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