#50948B

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

Shades of Lochinvar #50948B

Tints of Lochinvar #50948B

Color information

#50948B (or 0x50948B) is unknown color: approx Lochinvar. HEX triplet: 50, 94 and 8B. RGB value is (80,148,139). Sum of RGB (Red+Green+Blue) = 80+148+139=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #50948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50948B is #AF6B74. Grayscale: #7E7E7E. Windows color (decimal): -11496309 or 9147472. OLE color: 9147472.

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

Color convert

RGB80148139-
CMYK0.4600.060.42
HSL172.06º29.82%44.71%-
HSV(B)172.06º45.95%58.04%-
XYZ18.5624.7528.23-
YUV126.64134.9794.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 148 (58.20% from 255) = 40.33%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=21.80%
G=40.33%
B=37.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801481390.4600.060.42172.0629.8244.71
Hex50948B2E062Aac1e2d
Octal1202242135606522543655
Binary1010000100101001000101110111001101010101010110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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