#50826D

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

Shades of Cutty Sark #50826D

Tints of Cutty Sark #50826D

Color information

#50826D (or 0x50826D) is unknown color: approx Cutty Sark. HEX triplet: 50, 82 and 6D. RGB value is (80,130,109). Sum of RGB (Red+Green+Blue) = 80+130+109=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #50826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50826D is #AF7D92. Grayscale: #707070. Windows color (decimal): -11500947 or 7176784. OLE color: 7176784.

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

Color convert

RGB80130109-
CMYK0.3800.160.49
HSL154.8º23.81%41.18%-
HSV(B)154.8º38.46%50.98%-
XYZ14.0518.7717.35-
YUV112.66125.94104.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=25.08%
G=40.75%
B=34.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801301090.3800.160.49154.823.8141.18
Hex50826D26010319b1829
Octal12020215546020612333051
Binary10100001000001011011011001100100001100011001101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50826D; }

 p { color: rgb(80,130,109); }

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

<style>
 a { background-color: #50826D; }

 a { background-color: rgb(80,130,109); }

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

<style>
 span { border-color: #50826D; }

 span { border-color: rgb(80,130,109); }

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