#50877D

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

Shades of Lochinvar #50877D

Tints of Lochinvar #50877D

Color information

#50877D (or 0x50877D) is unknown color: approx Lochinvar. HEX triplet: 50, 87 and 7D. RGB value is (80,135,125). Sum of RGB (Red+Green+Blue) = 80+135+125=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 135 - color contains mainly: green. Hex color #50877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50877D is #AF7882. Grayscale: #757575. Windows color (decimal): -11499651 or 8226640. OLE color: 8226640.

HSL color Cylindrical-coordinate representation of color #50877D: hue angle of 169.09º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50877D is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB80135125-
CMYK0.4100.070.47
HSL169.09º25.58%42.16%-
HSV(B)169.09º40.74%52.94%-
XYZ15.6720.5122.54-
YUV117.42132.28101.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=23.53%
G=39.71%
B=36.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801351250.4100.070.47169.0925.5842.16
Hex50877D29072Fa91a2a
Octal1202071755107572513252
Binary101000010000111111110110100101111011111010100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,135,125); }

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

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

 a { background-color: rgb(80,135,125); }

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

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

 span { border-color: rgb(80,135,125); }

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