#50907C

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

Shades of Lochinvar #50907C

Tints of Lochinvar #50907C

Color information

#50907C (or 0x50907C) is unknown color: approx Lochinvar. HEX triplet: 50, 90 and 7C. RGB value is (80,144,124). Sum of RGB (Red+Green+Blue) = 80+144+124=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #50907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50907C is #AF6F83. Grayscale: #7A7A7A. Windows color (decimal): -11497348 or 8163408. OLE color: 8163408.

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

Color convert

RGB80144124-
CMYK0.4400.140.44
HSL161.25º28.57%43.92%-
HSV(B)161.25º44.44%56.47%-
XYZ16.9223.1122.64-
YUV122.58128.897.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 144 (56.64% from 255) = 41.38%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=22.99%
G=41.38%
B=35.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801441240.4400.140.44161.2528.5743.92
Hex50907C2C0E2Ca11d2c
Octal12022017454016542413554
Binary1010000100100001111100101100011101011001010000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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