Html Css Color HEX #50958C Lochinvar

📋 copy color: '#50958C'

red 80 ◦ green 149 ◦ blue 140

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

Shades of Lochinvar #50958C

Tints of Lochinvar #50958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.38%

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

R = 21.68%
G = 40.38%
B = 37.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#50958C (or 0x50958C) is known color: Lochinvar. HEX triplet: 50, 95 and 8C. RGB value is (80,149,140). Sum of RGB (Red+Green+Blue) = 80+149+140=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #50958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50958C is #AF6A73. Grayscale: #7F7F7F. Windows color (decimal): -11496052 or 9213264. OLE color: 9213264.

HSL color Cylindrical-coordinate representation of color #50958C: hue angle of 172.17º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50958C is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 140 -
CMYK 0.46 0 0.06 0.42
HSL 172.17º 0.3% 0.45% -
HSV(B) 172.17º 0.46% 0.58% -
XYZ 18.79 25.09 28.66 -
YUV 127.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 80 149 140 0.46 0 0.06 0.42 172.17 0.3 0.45
Hex 50 95 8C 2E 0 6 2A AC 1E 2D
Octal 120 225 214 56 0 6 52 254 36 55
Binary 1010000 10010101 10001100 101110 0 110 101010 10101100 11110 101101

Color Harmonies of #50958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50958C

Black with #50958C

Text Example


Text Example

White with #50958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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