#50886A

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

Shades of Cutty Sark #50886A

Tints of Cutty Sark #50886A

Color information

#50886A (or 0x50886A) is unknown color: approx Cutty Sark. HEX triplet: 50, 88 and 6A. RGB value is (80,136,106). Sum of RGB (Red+Green+Blue) = 80+136+106=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #50886A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50886A is #AF7795. Grayscale: #737373. Windows color (decimal): -11499414 or 6981712. OLE color: 6981712.

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

Color convert

RGB80136106-
CMYK0.4100.220.47
HSL147.86º25.93%42.35%-
HSV(B)147.86º41.18%53.33%-
XYZ14.7120.3516.79-
YUV115.84122.45102.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.84%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=24.84%
G=42.24%
B=32.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801361060.4100.220.47147.8625.9342.35
Hex50886A290162F941a2a
Octal12021015251026572243252
Binary10100001000100011010101010010101101011111001010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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