#50938D

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

Shades of Lochinvar #50938D

Tints of Lochinvar #50938D

Color information

#50938D (or 0x50938D) is unknown color: approx Lochinvar. HEX triplet: 50, 93 and 8D. RGB value is (80,147,141). Sum of RGB (Red+Green+Blue) = 80+147+141=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #50938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50938D is #AF6C72. Grayscale: #7E7E7E. Windows color (decimal): -11496563 or 9278288. OLE color: 9278288.

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

Color convert

RGB80147141-
CMYK0.4600.040.42
HSL174.63º29.52%44.51%-
HSV(B)174.63º45.58%57.65%-
XYZ18.5524.528.95-
YUV126.28136.394.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.74%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=21.74%
G=39.95%
B=38.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801471410.4600.040.42174.6329.5244.51
Hex50938D2E042Aaf1e2d
Octal1202232155604522573655
Binary1010000100100111000110110111001001010101010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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