#508B7B

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

Shades of Lochinvar #508B7B

Tints of Lochinvar #508B7B

Color information

#508B7B (or 0x508B7B) is unknown color: approx Lochinvar. HEX triplet: 50, 8B and 7B. RGB value is (80,139,123). Sum of RGB (Red+Green+Blue) = 80+139+123=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #508B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B7B is #AF7484. Grayscale: #777777. Windows color (decimal): -11498629 or 8096592. OLE color: 8096592.

HSL color Cylindrical-coordinate representation of color #508B7B: hue angle of 163.73º 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 #508B7B is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB80139123-
CMYK0.4200.120.45
HSL163.73º26.94%42.94%-
HSV(B)163.73º42.45%54.51%-
XYZ16.1221.622.06-
YUV119.54129.9599.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=23.39%
G=40.64%
B=35.96%

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
Decimal801391230.4200.120.45163.7326.9442.94
Hex508B7B2A0C2Da41b2b
Octal12021317352014552443353
Binary1010000100010111111011101010011001011011010010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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