#50887B

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

Shades of Lochinvar #50887B

Tints of Lochinvar #50887B

Color information

#50887B (or 0x50887B) is unknown color: approx Lochinvar. HEX triplet: 50, 88 and 7B. RGB value is (80,136,123). Sum of RGB (Red+Green+Blue) = 80+136+123=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #50887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50887B is #AF7784. Grayscale: #757575. Windows color (decimal): -11499397 or 8095824. OLE color: 8095824.

HSL color Cylindrical-coordinate representation of color #50887B: hue angle of 166.07º 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 #50887B is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB80136123-
CMYK0.4100.100.47
HSL166.07º25.93%42.35%-
HSV(B)166.07º41.18%53.33%-
XYZ15.6920.7421.92-
YUV117.77130.95101.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=23.60%
G=40.12%
B=36.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801361230.4100.100.47166.0725.9342.35
Hex50887B290A2Fa61a2a
Octal12021017351012572463252
Binary1010000100010001111011101001010101011111010011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,136,123); }

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

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

 a { background-color: rgb(80,136,123); }

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

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

 span { border-color: rgb(80,136,123); }

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