#50907B

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

Shades of Lochinvar #50907B

Tints of Lochinvar #50907B

Color information

#50907B (or 0x50907B) is unknown color: approx Lochinvar. HEX triplet: 50, 90 and 7B. RGB value is (80,144,123). Sum of RGB (Red+Green+Blue) = 80+144+123=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #50907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50907B is #AF6F84. Grayscale: #7A7A7A. Windows color (decimal): -11497349 or 8097872. OLE color: 8097872.

HSL color Cylindrical-coordinate representation of color #50907B: hue angle of 160.31º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50907B is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB80144123-
CMYK0.4400.150.44
HSL160.31º28.57%43.92%-
HSV(B)160.31º44.44%56.47%-
XYZ16.8623.0822.31-
YUV122.47128.397.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 144 (56.64% from 255) = 41.50%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=23.05%
G=41.50%
B=35.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801441230.4400.150.44160.3128.5743.92
Hex50907B2C0F2Ca01d2c
Octal12022017354017542403554
Binary1010000100100001111011101100011111011001010000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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