#50895A

Color #50895A Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #50895A

Tints of Killarney #50895A

Color information

#50895A (or 0x50895A) is unknown color: approx Killarney. HEX triplet: 50, 89 and 5A. RGB value is (80,137,90). Sum of RGB (Red+Green+Blue) = 80+137+90=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #50895A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50895A is #AF76A5. Grayscale: #727272. Windows color (decimal): -11499174 or 5933392. OLE color: 5933392.

HSL color Cylindrical-coordinate representation of color #50895A: hue angle of 130.53º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50895A is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB8013790-
CMYK0.4200.340.46
HSL130.53º26.27%42.55%-
HSV(B)130.53º41.61%53.73%-
XYZ14.120.3312.85-
YUV114.6114.12103.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=26.06%
G=44.63%
B=29.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137900.4200.340.46130.5326.2742.55
Hex50895A2A0222E831a2b
Octal12021113252042562033253
Binary101000010001001101101010101001000101011101000001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50895A; }

 p { color: rgb(80,137,90); }

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

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

 a { background-color: rgb(80,137,90); }

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

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

 span { border-color: rgb(80,137,90); }

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