#50938C

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

Shades of Lochinvar #50938C

Tints of Lochinvar #50938C

Color information

#50938C (or 0x50938C) is unknown color: approx Lochinvar. HEX triplet: 50, 93 and 8C. RGB value is (80,147,140). Sum of RGB (Red+Green+Blue) = 80+147+140=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #50938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50938C is #AF6C73. Grayscale: #7E7E7E. Windows color (decimal): -11496564 or 9212752. OLE color: 9212752.

HSL color Cylindrical-coordinate representation of color #50938C: hue angle of 173.73º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50938C is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB80147140-
CMYK0.4600.050.42
HSL173.73º29.52%44.51%-
HSV(B)173.73º45.58%57.65%-
XYZ18.4824.4728.56-
YUV126.17135.895.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 140 (55.08% from 255) = 38.15%
R=21.80%
G=40.05%
B=38.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801471400.4600.050.42173.7329.5244.51
Hex50938C2E052Aae1e2d
Octal1202232145605522563655
Binary1010000100100111000110010111001011010101010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,147,140); }

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

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

 a { background-color: rgb(80,147,140); }

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

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

 span { border-color: rgb(80,147,140); }

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