#50918A

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

Shades of Lochinvar #50918A

Tints of Lochinvar #50918A

Color information

#50918A (or 0x50918A) is unknown color: approx Lochinvar. HEX triplet: 50, 91 and 8A. RGB value is (80,145,138). Sum of RGB (Red+Green+Blue) = 80+145+138=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #50918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50918A is #AF6E75. Grayscale: #7C7C7C. Windows color (decimal): -11497078 or 9081168. OLE color: 9081168.

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

Color convert

RGB80145138-
CMYK0.4500.050.43
HSL173.54º28.89%44.12%-
HSV(B)173.54º44.83%56.86%-
XYZ18.0223.7927.69-
YUV124.77135.4796.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 145 (57.03% from 255) = 39.94%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=22.04%
G=39.94%
B=38.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451380.4500.050.43173.5428.8944.12
Hex50918A2D052Bae1d2c
Octal1202212125505532563554
Binary1010000100100011000101010110101011010111010111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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