#50836E

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

Shades of Cutty Sark #50836E

Tints of Cutty Sark #50836E

Color information

#50836E (or 0x50836E) is unknown color: approx Cutty Sark. HEX triplet: 50, 83 and 6E. RGB value is (80,131,110). Sum of RGB (Red+Green+Blue) = 80+131+110=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #50836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50836E is #AF7C91. Grayscale: #717171. Windows color (decimal): -11500690 or 7242576. OLE color: 7242576.

HSL color Cylindrical-coordinate representation of color #50836E: hue angle of 155.29º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50836E is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB80131110-
CMYK0.3900.160.49
HSL155.29º24.17%41.37%-
HSV(B)155.29º38.93%51.37%-
XYZ14.2419.0617.68-
YUV113.36126.1104.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=24.92%
G=40.81%
B=34.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801311100.3900.160.49155.2924.1741.37
Hex50836E27010319b1829
Octal12020315647020612333051
Binary10100001000001111011101001110100001100011001101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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