#50906D

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

Shades of Cutty Sark #50906D

Tints of Cutty Sark #50906D

Color information

#50906D (or 0x50906D) is unknown color: approx Cutty Sark. HEX triplet: 50, 90 and 6D. RGB value is (80,144,109). Sum of RGB (Red+Green+Blue) = 80+144+109=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #50906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50906D is #AF6F92. Grayscale: #787878. Windows color (decimal): -11497363 or 7180368. OLE color: 7180368.

HSL color Cylindrical-coordinate representation of color #50906D: hue angle of 147.19º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50906D is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB80144109-
CMYK0.4400.240.44
HSL147.19º28.57%43.92%-
HSV(B)147.19º44.44%56.47%-
XYZ16.0422.7618.01-
YUV120.87121.398.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 144 (56.64% from 255) = 43.24%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=24.02%
G=43.24%
B=32.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801441090.4400.240.44147.1928.5743.92
Hex50906D2C0182C931d2c
Octal12022015554030542233554
Binary10100001001000011011011011000110001011001001001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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