#50978B

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

Shades of Lochinvar #50978B

Tints of Lochinvar #50978B

Color information

#50978B (or 0x50978B) is unknown color: approx Lochinvar. HEX triplet: 50, 97 and 8B. RGB value is (80,151,139). Sum of RGB (Red+Green+Blue) = 80+151+139=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #50978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50978B is #AF6874. Grayscale: #808080. Windows color (decimal): -11495541 or 9148240. OLE color: 9148240.

HSL color Cylindrical-coordinate representation of color #50978B: hue angle of 169.86º degrees, saturation: 0.31, 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 #50978B is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB80151139-
CMYK0.4700.080.41
HSL169.86º30.74%45.29%-
HSV(B)169.86º47.02%59.22%-
XYZ19.0425.728.38-
YUV128.4133.9893.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 151 (59.38% from 255) = 40.81%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=21.62%
G=40.81%
B=37.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801511390.4700.080.41169.8630.7445.29
Hex50978B2F0829aa1f2d
Octal12022721357010512523755
Binary10100001001011110001011101111010001010011010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50978B; }

 p { color: rgb(80,151,139); }

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

<style>
 a { background-color: #50978B; }

 a { background-color: rgb(80,151,139); }

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

<style>
 span { border-color: #50978B; }

 span { border-color: rgb(80,151,139); }

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