Html Css Color HEX #50895A Killarney

📋 copy color: '#50895A'

red 80 ◦ green 137 ◦ blue 90

#50895A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Killarney #50895A

Tints of Killarney #50895A

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 value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#50895A (or 0x50895A) is known color: 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

RGB 80 137 90 -
CMYK 0.42 0 0.34 0.46
HSL 130.53º 0.26% 0.43% -
HSV(B) 130.53º 0.42% 0.54% -
XYZ 14.1 20.33 12.85 -
YUV 114.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 80 137 90 0.42 0 0.34 0.46 130.53 0.26 0.43
Hex 50 89 5A 2A 0 22 2E 83 1A 2B
Octal 120 211 132 52 0 42 56 203 32 53
Binary 1010000 10001001 1011010 101010 0 100010 101110 10000011 11010 101011

Color Harmonies of #50895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50895A

Black with #50895A

Text Example


Text Example

White with #50895A

Text Example


Text Example

HTML Codes & Css Web 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>