#509279

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

Shades of Cutty Sark #509279

Tints of Cutty Sark #509279

Color information

#509279 (or 0x509279) is unknown color: approx Cutty Sark. HEX triplet: 50, 92 and 79. RGB value is (80,146,121). Sum of RGB (Red+Green+Blue) = 80+146+121=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #509279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509279 is #AF6D86. Grayscale: #7B7B7B. Windows color (decimal): -11496839 or 7967312. OLE color: 7967312.

HSL color Cylindrical-coordinate representation of color #509279: hue angle of 157.27º 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 #509279 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB80146121-
CMYK0.4500.170.43
HSL157.27º29.2%44.31%-
HSV(B)157.27º45.21%57.25%-
XYZ17.0423.6421.75-
YUV123.42126.6397.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 146 (57.42% from 255) = 42.07%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=23.05%
G=42.07%
B=34.87%

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
Decimal801461210.4500.170.43157.2729.244.31
Hex5092792D0112B9d1d2c
Octal12022217155021532353554
Binary10100001001001011110011011010100011010111001110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509279; }

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

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

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

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

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

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

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

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