#50918B

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

Shades of Lochinvar #50918B

Tints of Lochinvar #50918B

Color information

#50918B (or 0x50918B) is unknown color: approx Lochinvar. HEX triplet: 50, 91 and 8B. RGB value is (80,145,139). Sum of RGB (Red+Green+Blue) = 80+145+139=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #50918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50918B is #AF6E74. Grayscale: #7C7C7C. Windows color (decimal): -11497077 or 9146704. OLE color: 9146704.

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

Color convert

RGB80145139-
CMYK0.4500.040.43
HSL174.46º28.89%44.12%-
HSV(B)174.46º44.83%56.86%-
XYZ18.0923.8228.07-
YUV124.88135.9795.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 145 (57.03% from 255) = 39.84%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=21.98%
G=39.84%
B=38.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451390.4500.040.43174.4628.8944.12
Hex50918B2D042Bae1d2c
Octal1202212135504532563554
Binary1010000100100011000101110110101001010111010111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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