#509179

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

Shades of Cutty Sark #509179

Tints of Cutty Sark #509179

Color information

#509179 (or 0x509179) is unknown color: approx Cutty Sark. HEX triplet: 50, 91 and 79. RGB value is (80,145,121). Sum of RGB (Red+Green+Blue) = 80+145+121=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #509179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509179 is #AF6E86. Grayscale: #7A7A7A. Windows color (decimal): -11497095 or 7967056. OLE color: 7967056.

HSL color Cylindrical-coordinate representation of color #509179: hue angle of 157.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509179 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB80145121-
CMYK0.4500.170.43
HSL157.85º28.89%44.12%-
HSV(B)157.85º44.83%56.86%-
XYZ16.8823.3421.7-
YUV122.83126.9797.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=23.12%
G=41.91%
B=34.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451210.4500.170.43157.8528.8944.12
Hex5091792D0112B9e1d2c
Octal12022117155021532363554
Binary10100001001000111110011011010100011010111001111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509179; }

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

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

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

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

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

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

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

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