Html Css Color HEX #50968D Lochinvar

📋 copy color: '#50968D'

red 80 ◦ green 150 ◦ blue 141

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

Shades of Lochinvar #50968D

Tints of Lochinvar #50968D

RGB

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

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

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

R = 21.56%
G = 40.43%
B = 38.01%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#50968D (or 0x50968D) is known color: Lochinvar. HEX triplet: 50, 96 and 8D. RGB value is (80,150,141). Sum of RGB (Red+Green+Blue) = 80+150+141=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #50968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50968D is #AF6972. Grayscale: #808080. Windows color (decimal): -11495795 or 9279056. OLE color: 9279056.

HSL color Cylindrical-coordinate representation of color #50968D: hue angle of 172.29º 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 #50968D is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 141 -
CMYK 0.47 0 0.06 0.41
HSL 172.29º 0.3% 0.45% -
HSV(B) 172.29º 0.47% 0.59% -
XYZ 19.02 25.44 29.11 -
YUV 128.04 135.31 93.73 -
System Red Green Blue C M Y K H S L
Decimal 80 150 141 0.47 0 0.06 0.41 172.29 0.3 0.45
Hex 50 96 8D 2F 0 6 29 AC 1E 2D
Octal 120 226 215 57 0 6 51 254 36 55
Binary 1010000 10010110 10001101 101111 0 110 101001 10101100 11110 101101

Color Harmonies of #50968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50968D

Black with #50968D

Text Example


Text Example

White with #50968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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