#50948C

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

Shades of Lochinvar #50948C

Tints of Lochinvar #50948C

Color information

#50948C (or 0x50948C) is unknown color: approx Lochinvar. HEX triplet: 50, 94 and 8C. RGB value is (80,148,140). Sum of RGB (Red+Green+Blue) = 80+148+140=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #50948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50948C is #AF6B73. Grayscale: #7E7E7E. Windows color (decimal): -11496308 or 9213008. OLE color: 9213008.

HSL color Cylindrical-coordinate representation of color #50948C: hue angle of 172.94º 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 #50948C is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB80148140-
CMYK0.4600.050.42
HSL172.94º29.82%44.71%-
HSV(B)172.94º45.95%58.04%-
XYZ18.6324.7828.61-
YUV126.76135.4794.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.74%
GREEN value IS 148 (58.20% from 255) = 40.22%
BLUE value IS 140 (55.08% from 255) = 38.04%
R=21.74%
G=40.22%
B=38.04%

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
Decimal801481400.4600.050.42172.9429.8244.71
Hex50948C2E052Aad1e2d
Octal1202242145605522553655
Binary1010000100101001000110010111001011010101010110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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