Html Css Color HEX #50968E Lochinvar

📋 copy color: '#50968E'

red 80 ◦ green 150 ◦ blue 142

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

Shades of Lochinvar #50968E

Tints of Lochinvar #50968E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.32%

 BLUE value IS 142 (55.86% from 255) = 38.17%

R = 21.51%
G = 40.32%
B = 38.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#50968E (or 0x50968E) is known color: Lochinvar. HEX triplet: 50, 96 and 8E. RGB value is (80,150,142). Sum of RGB (Red+Green+Blue) = 80+150+142=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #50968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50968E is #AF6971. Grayscale: #808080. Windows color (decimal): -11495794 or 9344592. OLE color: 9344592.

HSL color Cylindrical-coordinate representation of color #50968E: hue angle of 173.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50968E is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 142 -
CMYK 0.47 0 0.05 0.41
HSL 173.14º 0.3% 0.45% -
HSV(B) 173.14º 0.47% 0.59% -
XYZ 19.1 25.47 29.5 -
YUV 128.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 80 150 142 0.47 0 0.05 0.41 173.14 0.3 0.45
Hex 50 96 8E 2F 0 5 29 AD 1E 2D
Octal 120 226 216 57 0 5 51 255 36 55
Binary 1010000 10010110 10001110 101111 0 101 101001 10101101 11110 101101

Color Harmonies of #50968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50968E

Black with #50968E

Text Example


Text Example

White with #50968E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,150,142); }

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

background-color css

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

 a { background-color: rgb(80,150,142); }

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

border-color css

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

 span { border-color: rgb(80,150,142); }

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