#509289

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

Shades of Lochinvar #509289

Tints of Lochinvar #509289

Color information

#509289 (or 0x509289) is unknown color: approx Lochinvar. HEX triplet: 50, 92 and 89. RGB value is (80,146,137). Sum of RGB (Red+Green+Blue) = 80+146+137=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #509289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509289 is #AF6D76. Grayscale: #7D7D7D. Windows color (decimal): -11496823 or 9015888. OLE color: 9015888.

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

Color convert

RGB80146137-
CMYK0.4500.060.43
HSL171.82º29.2%44.31%-
HSV(B)171.82º45.21%57.25%-
XYZ18.124.0727.36-
YUV125.24134.6395.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 137 (53.91% from 255) = 37.74%
R=22.04%
G=40.22%
B=37.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801461370.4500.060.43171.8229.244.31
Hex5092892D062Bac1d2c
Octal1202222115506532543554
Binary1010000100100101000100110110101101010111010110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509289; }

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

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

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

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

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

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

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

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