#508D84

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

Shades of Lochinvar #508D84

Tints of Lochinvar #508D84

Color information

#508D84 (or 0x508D84) is unknown color: approx Lochinvar. HEX triplet: 50, 8D and 84. RGB value is (80,141,132). Sum of RGB (Red+Green+Blue) = 80+141+132=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 141 - color contains mainly: green. Hex color #508D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508D84 is #AF727B. Grayscale: #797979. Windows color (decimal): -11498108 or 8686928. OLE color: 8686928.

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

Color convert

RGB80141132-
CMYK0.4300.060.45
HSL171.15º27.6%43.33%-
HSV(B)171.15º43.26%55.29%-
XYZ1722.4225.26-
YUV121.74133.7998.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 141 (55.47% from 255) = 39.94%
BLUE value IS 132 (51.95% from 255) = 37.39%
R=22.66%
G=39.94%
B=37.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801411320.4300.060.45171.1527.643.33
Hex508D842B062Dab1c2b
Octal1202152045306552533453
Binary1010000100011011000010010101101101011011010101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,141,132); }

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

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

 a { background-color: rgb(80,141,132); }

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

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

 span { border-color: rgb(80,141,132); }

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