Html Css Color HEX #50998D Lochinvar

📋 copy color: '#50998D'

red 80 ◦ green 153 ◦ blue 141

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

Shades of Lochinvar #50998D

Tints of Lochinvar #50998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.91%

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 21.39%
G = 40.91%
B = 37.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#50998D (or 0x50998D) is known color: Lochinvar. HEX triplet: 50, 99 and 8D. RGB value is (80,153,141). Sum of RGB (Red+Green+Blue) = 80+153+141=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #50998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50998D is #AF6672. Grayscale: #818181. Windows color (decimal): -11495027 or 9279824. OLE color: 9279824.

HSL color Cylindrical-coordinate representation of color #50998D: hue angle of 170.14º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50998D is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 141 -
CMYK 0.48 0 0.08 0.4
HSL 170.14º 0.31% 0.46% -
HSV(B) 170.14º 0.48% 0.6% -
XYZ 19.51 26.41 29.27 -
YUV 129.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 80 153 141 0.48 0 0.08 0.4 170.14 0.31 0.46
Hex 50 99 8D 30 0 8 28 AA 1F 2E
Octal 120 231 215 60 0 10 50 252 37 56
Binary 1010000 10011001 10001101 110000 0 1000 101000 10101010 11111 101110

Color Harmonies of #50998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50998D

Black with #50998D

Text Example


Text Example

White with #50998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50998D; }

 p { color: rgb(80,153,141); }

 H1.HeaderClassName
 {
   color: #50998D;
 }
 .AnyTagClassName
 {
   color: #50998D;
 }
</style>

background-color css

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

 a { background-color: rgb(80,153,141); }

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

border-color css

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

 span { border-color: rgb(80,153,141); }

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