#50948D

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

Shades of Lochinvar #50948D

Tints of Lochinvar #50948D

Color information

#50948D (or 0x50948D) is unknown color: approx Lochinvar. HEX triplet: 50, 94 and 8D. RGB value is (80,148,141). Sum of RGB (Red+Green+Blue) = 80+148+141=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #50948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50948D is #AF6B72. Grayscale: #7E7E7E. Windows color (decimal): -11496307 or 9278544. OLE color: 9278544.

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

Color convert

RGB80148141-
CMYK0.4600.050.42
HSL173.82º29.82%44.71%-
HSV(B)173.82º45.95%58.04%-
XYZ18.7124.8129-
YUV126.87135.9794.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 148 (58.20% from 255) = 40.11%
BLUE value IS 141 (55.47% from 255) = 38.21%
R=21.68%
G=40.11%
B=38.21%

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
Decimal801481410.4600.050.42173.8229.8244.71
Hex50948D2E052Aae1e2d
Octal1202242155605522563655
Binary1010000100101001000110110111001011010101010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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