Html Css Color HEX #50998C Lochinvar

📋 copy color: '#50998C'

red 80 ◦ green 153 ◦ blue 140

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

Shades of Lochinvar #50998C

Tints of Lochinvar #50998C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 21.45%
G = 41.02%
B = 37.53%

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

#50998C (or 0x50998C) is known color: Lochinvar. HEX triplet: 50, 99 and 8C. RGB value is (80,153,140). Sum of RGB (Red+Green+Blue) = 80+153+140=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #50998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50998C is #AF6673. Grayscale: #818181. Windows color (decimal): -11495028 or 9214288. OLE color: 9214288.

HSL color Cylindrical-coordinate representation of color #50998C: hue angle of 169.32º 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 #50998C is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 140 -
CMYK 0.48 0 0.08 0.4
HSL 169.32º 0.31% 0.46% -
HSV(B) 169.32º 0.48% 0.6% -
XYZ 19.43 26.38 28.88 -
YUV 129.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 80 153 140 0.48 0 0.08 0.4 169.32 0.31 0.46
Hex 50 99 8C 30 0 8 28 A9 1F 2E
Octal 120 231 214 60 0 10 50 251 37 56
Binary 1010000 10011001 10001100 110000 0 1000 101000 10101001 11111 101110

Color Harmonies of #50998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50998C

Black with #50998C

Text Example


Text Example

White with #50998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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