#509D8A

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

Shades of Lochinvar #509D8A

Tints of Lochinvar #509D8A

Color information

#509D8A (or 0x509D8A) is unknown color: approx Lochinvar. HEX triplet: 50, 9D and 8A. RGB value is (80,157,138). Sum of RGB (Red+Green+Blue) = 80+157+138=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #509D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509D8A is #AF6275. Grayscale: #838383. Windows color (decimal): -11494006 or 9084240. OLE color: 9084240.

HSL color Cylindrical-coordinate representation of color #509D8A: hue angle of 165.19º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D8A is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB80157138-
CMYK0.4900.120.38
HSL165.19º32.49%46.47%-
HSV(B)165.19º49.04%61.57%-
XYZ19.9527.6528.33-
YUV131.81131.4991.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=21.33%
G=41.87%
B=36.8%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801571380.4900.120.38165.1932.4946.47
Hex509D8A310C26a5202e
Octal12023521261014462454056
Binary101000010011101100010101100010110010011010100101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509D8A; }

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

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

<style>
 a { background-color: #509D8A; }

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

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

<style>
 span { border-color: #509D8A; }

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

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