#509079

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

Shades of Cutty Sark #509079

Tints of Cutty Sark #509079

Color information

#509079 (or 0x509079) is unknown color: approx Cutty Sark. HEX triplet: 50, 90 and 79. RGB value is (80,144,121). Sum of RGB (Red+Green+Blue) = 80+144+121=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #509079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509079 is #AF6F86. Grayscale: #7A7A7A. Windows color (decimal): -11497351 or 7966800. OLE color: 7966800.

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

Color convert

RGB80144121-
CMYK0.4400.160.44
HSL158.44º28.57%43.92%-
HSV(B)158.44º44.44%56.47%-
XYZ16.7323.0321.65-
YUV122.24127.397.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=23.19%
G=41.74%
B=35.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801441210.4400.160.44158.4428.5743.92
Hex5090792C0102C9e1d2c
Octal12022017154020542363554
Binary10100001001000011110011011000100001011001001111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509079; }

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

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

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

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

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

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

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

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