Html Css Color HEX #50897E Lochinvar

📋 copy color: '#50897E'

red 80 ◦ green 137 ◦ blue 126

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

Shades of Lochinvar #50897E

Tints of Lochinvar #50897E

RGB

 RED value IS 80 (31.64% from 255) = 23.32%

 GREEN value IS 137 (53.91% from 255) = 39.94%

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 23.32%
G = 39.94%
B = 36.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#50897E (or 0x50897E) is known color: Lochinvar. HEX triplet: 50, 89 and 7E. RGB value is (80,137,126). Sum of RGB (Red+Green+Blue) = 80+137+126=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #50897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50897E is #AF7681. Grayscale: #767676. Windows color (decimal): -11499138 or 8292688. OLE color: 8292688.

HSL color Cylindrical-coordinate representation of color #50897E: hue angle of 168.42º 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 #50897E is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 126 -
CMYK 0.42 0 0.08 0.46
HSL 168.42º 0.26% 0.43% -
HSV(B) 168.42º 0.42% 0.54% -
XYZ 16.02 21.1 22.97 -
YUV 118.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 80 137 126 0.42 0 0.08 0.46 168.42 0.26 0.43
Hex 50 89 7E 2A 0 8 2E A8 1A 2B
Octal 120 211 176 52 0 10 56 250 32 53
Binary 1010000 10001001 1111110 101010 0 1000 101110 10101000 11010 101011

Color Harmonies of #50897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50897E

Black with #50897E

Text Example


Text Example

White with #50897E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50897E; }

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

 H1.HeaderClassName
 {
   color: #50897E;
 }
 .AnyTagClassName
 {
   color: #50897E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #50897E;
 }
 .BgClassName
 {
   background-color: #50897E;
 }
</style>

border-color css

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

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

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