#508D89

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

Shades of Lochinvar #508D89

Tints of Lochinvar #508D89

Color information

#508D89 (or 0x508D89) is unknown color: approx Lochinvar. HEX triplet: 50, 8D and 89. RGB value is (80,141,137). Sum of RGB (Red+Green+Blue) = 80+141+137=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #508D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508D89 is #AF7276. Grayscale: #7A7A7A. Windows color (decimal): -11498103 or 9014608. OLE color: 9014608.

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

Color convert

RGB80141137-
CMYK0.4300.030.45
HSL176.07º27.6%43.33%-
HSV(B)176.07º43.26%55.29%-
XYZ17.3522.5627.11-
YUV122.3136.2997.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 141 (55.47% from 255) = 39.39%
BLUE value IS 137 (53.91% from 255) = 38.27%
R=22.35%
G=39.39%
B=38.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801411370.4300.030.45176.0727.643.33
Hex508D892B032Db01c2b
Octal1202152115303552603453
Binary101000010001101100010011010110111011011011000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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