#508b7a

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

Shades of Lochinvar #508B7A

Tints of Lochinvar #508B7A

Color information

#508B7A (or 0x508B7A) is unknown color: approx Lochinvar. HEX triplet: 50, 8B and 7A. RGB value is (80,139,122). Sum of RGB (Red+Green+Blue) = 80+139+122=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #508B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B7A is #AF7485. Grayscale: #777777. Windows color (decimal): -11498630 or 8031056. OLE color: 8031056.

HSL color Cylindrical-coordinate representation of color #508B7A: hue angle of 162.71º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B7A is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB80139122-
CMYK0.4200.120.45
HSL162.71º26.94%42.94%-
HSV(B)162.71º42.45%54.51%-
XYZ16.0521.5821.73-
YUV119.42129.4599.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 139 (54.69% from 255) = 40.76%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=23.46%
G=40.76%
B=35.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801391220.4200.120.45162.7126.9442.94
Hex508B7A2A0C2Da31b2b
Octal12021317252014552433353
Binary1010000100010111111010101010011001011011010001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508b7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508b7a; }

 p { color: rgb(80,139,122); }

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

<style>
 a { background-color: #508b7a; }

 a { background-color: rgb(80,139,122); }

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

<style>
 span { border-color: #508b7a; }

 span { border-color: rgb(80,139,122); }

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