#50918C

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

Shades of Lochinvar #50918C

Tints of Lochinvar #50918C

Color information

#50918C (or 0x50918C) is unknown color: approx Lochinvar. HEX triplet: 50, 91 and 8C. RGB value is (80,145,140). Sum of RGB (Red+Green+Blue) = 80+145+140=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #50918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50918C is #AF6E73. Grayscale: #7C7C7C. Windows color (decimal): -11497076 or 9212240. OLE color: 9212240.

HSL color Cylindrical-coordinate representation of color #50918C: hue angle of 175.38º 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 #50918C is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB80145140-
CMYK0.4500.030.43
HSL175.38º28.89%44.12%-
HSV(B)175.38º44.83%56.86%-
XYZ18.1723.8528.46-
YUV125136.4795.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=21.92%
G=39.73%
B=38.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451400.4500.030.43175.3828.8944.12
Hex50918C2D032Baf1d2c
Octal1202212145503532573554
Binary101000010010001100011001011010111010111010111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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