#50906F

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

Shades of Cutty Sark #50906F

Tints of Cutty Sark #50906F

Color information

#50906F (or 0x50906F) is unknown color: approx Cutty Sark. HEX triplet: 50, 90 and 6F. RGB value is (80,144,111). Sum of RGB (Red+Green+Blue) = 80+144+111=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #50906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50906F is #AF6F90. Grayscale: #797979. Windows color (decimal): -11497361 or 7311440. OLE color: 7311440.

HSL color Cylindrical-coordinate representation of color #50906F: hue angle of 149.06º 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 #50906F is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB80144111-
CMYK0.4400.230.44
HSL149.06º28.57%43.92%-
HSV(B)149.06º44.44%56.47%-
XYZ16.1522.818.59-
YUV121.1122.398.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=23.88%
G=42.99%
B=33.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801441110.4400.230.44149.0628.5743.92
Hex50906F2C0172C951d2c
Octal12022015754027542253554
Binary10100001001000011011111011000101111011001001010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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