#50907A

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

Shades of Lochinvar #50907A

Tints of Lochinvar #50907A

Color information

#50907A (or 0x50907A) is unknown color: approx Lochinvar. HEX triplet: 50, 90 and 7A. RGB value is (80,144,122). Sum of RGB (Red+Green+Blue) = 80+144+122=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #50907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50907A is #AF6F85. Grayscale: #7A7A7A. Windows color (decimal): -11497350 or 8032336. OLE color: 8032336.

HSL color Cylindrical-coordinate representation of color #50907A: hue angle of 159.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 #50907A is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB80144122-
CMYK0.4400.150.44
HSL159.38º28.57%43.92%-
HSV(B)159.38º44.44%56.47%-
XYZ16.7923.0621.98-
YUV122.36127.897.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=23.12%
G=41.62%
B=35.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801441220.4400.150.44159.3828.5743.92
Hex50907A2C0F2C9f1d2c
Octal12022017254017542373554
Binary1010000100100001111010101100011111011001001111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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