#509F92

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

Shades of Lochinvar #509F92

Tints of Lochinvar #509F92

Color information

#509F92 (or 0x509F92) is unknown color: approx Lochinvar. HEX triplet: 50, 9F and 92. RGB value is (80,159,146). Sum of RGB (Red+Green+Blue) = 80+159+146=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #509F92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509F92 is #AF606D. Grayscale: #858585. Windows color (decimal): -11493486 or 9609040. OLE color: 9609040.

HSL color Cylindrical-coordinate representation of color #509F92: hue angle of 170.13º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F92 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB80159146-
CMYK0.5000.080.38
HSL170.13º33.05%46.86%-
HSV(B)170.13º49.69%62.35%-
XYZ20.8928.5831.61-
YUV133.9134.8389.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=20.78%
G=41.30%
B=37.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal801591460.5000.080.38170.1333.0546.86
Hex509F92320826aa212f
Octal12023722262010462524157
Binary101000010011111100100101100100100010011010101010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,159,146); }

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

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

 a { background-color: rgb(80,159,146); }

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

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

 span { border-color: rgb(80,159,146); }

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