#508A81

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

Shades of Lochinvar #508A81

Tints of Lochinvar #508A81

Color information

#508A81 (or 0x508A81) is unknown color: approx Lochinvar. HEX triplet: 50, 8A and 81. RGB value is (80,138,129). Sum of RGB (Red+Green+Blue) = 80+138+129=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 138 - color contains mainly: green. Hex color #508A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508A81 is #AF757E. Grayscale: #777777. Windows color (decimal): -11498879 or 8489552. OLE color: 8489552.

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

Color convert

RGB80138129-
CMYK0.4200.070.46
HSL170.69º26.61%42.75%-
HSV(B)170.69º42.03%54.12%-
XYZ16.3621.4724.05-
YUV119.63133.2899.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 129 (50.78% from 255) = 37.18%
R=23.05%
G=39.77%
B=37.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801381290.4200.070.46170.6926.6142.75
Hex508A812A072Eab1b2b
Octal1202122015207562533353
Binary1010000100010101000000110101001111011101010101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,138,129); }

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

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

 a { background-color: rgb(80,138,129); }

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

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

 span { border-color: rgb(80,138,129); }

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