#50908A

Color #50908A Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #50908A

Tints of Lochinvar #50908A

Color information

#50908A (or 0x50908A) is unknown color: approx Lochinvar. HEX triplet: 50, 90 and 8A. RGB value is (80,144,138). Sum of RGB (Red+Green+Blue) = 80+144+138=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #50908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50908A is #AF6F75. Grayscale: #7C7C7C. Windows color (decimal): -11497334 or 9080912. OLE color: 9080912.

HSL color Cylindrical-coordinate representation of color #50908A: hue angle of 174.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50908A is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB80144138-
CMYK0.4400.040.44
HSL174.38º28.57%43.92%-
HSV(B)174.38º44.44%56.47%-
XYZ17.8723.4927.64-
YUV124.18135.896.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=22.10%
G=39.78%
B=38.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801441380.4400.040.44174.3828.5743.92
Hex50908A2C042Cae1d2c
Octal1202202125404542563554
Binary1010000100100001000101010110001001011001010111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50908A; }

 p { color: rgb(80,144,138); }

 H1.HeaderClassName
 {
   color: #50908A;
 }
 .AnyTagClassName
 {
   color: #50908A;
 }
</style>
background-color css

<style>
 a { background-color: #50908A; }

 a { background-color: rgb(80,144,138); }

 div.DivClassName
 {
   background-color: #50908A;
 }
 .BgClassName
 {
   background-color: #50908A;
 }
</style>
border-color css

<style>
 span { border-color: #50908A; }

 span { border-color: rgb(80,144,138); }

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