#509586

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

Shades of Lochinvar #509586

Tints of Lochinvar #509586

Color information

#509586 (or 0x509586) is unknown color: approx Lochinvar. HEX triplet: 50, 95 and 86. RGB value is (80,149,134). Sum of RGB (Red+Green+Blue) = 80+149+134=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #509586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509586 is #AF6A79. Grayscale: #7E7E7E. Windows color (decimal): -11496058 or 8820048. OLE color: 8820048.

HSL color Cylindrical-coordinate representation of color #509586: hue angle of 166.96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509586 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB80149134-
CMYK0.4600.100.42
HSL166.96º30.13%44.9%-
HSV(B)166.96º46.31%58.43%-
XYZ18.3624.9226.4-
YUV126.66132.1494.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 134 (52.73% from 255) = 36.91%
R=22.04%
G=41.05%
B=36.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491340.4600.100.42166.9630.1344.9
Hex5095862E0A2Aa71e2d
Octal12022520656012522473655
Binary10100001001010110000110101110010101010101010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509586; }

 p { color: rgb(80,149,134); }

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

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

 a { background-color: rgb(80,149,134); }

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

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

 span { border-color: rgb(80,149,134); }

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