#50856E

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

Shades of Cutty Sark #50856E

Tints of Cutty Sark #50856E

Color information

#50856E (or 0x50856E) is unknown color: approx Cutty Sark. HEX triplet: 50, 85 and 6E. RGB value is (80,133,110). Sum of RGB (Red+Green+Blue) = 80+133+110=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #50856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50856E is #AF7A91. Grayscale: #727272. Windows color (decimal): -11500178 or 7243088. OLE color: 7243088.

HSL color Cylindrical-coordinate representation of color #50856E: hue angle of 153.96º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50856E is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB80133110-
CMYK0.4000.170.48
HSL153.96º24.88%41.76%-
HSV(B)153.96º39.85%52.16%-
XYZ14.5119.6117.77-
YUV114.53125.44103.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=24.77%
G=41.18%
B=34.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801331100.4000.170.48153.9624.8841.76
Hex50856E28011309a192a
Octal12020515650021602323152
Binary10100001000010111011101010000100011100001001101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50856E; }

 p { color: rgb(80,133,110); }

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

<style>
 a { background-color: #50856E; }

 a { background-color: rgb(80,133,110); }

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

<style>
 span { border-color: #50856E; }

 span { border-color: rgb(80,133,110); }

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