#509882

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

Shades of Lochinvar #509882

Tints of Lochinvar #509882

Color information

#509882 (or 0x509882) is unknown color: approx Lochinvar. HEX triplet: 50, 98 and 82. RGB value is (80,152,130). Sum of RGB (Red+Green+Blue) = 80+152+130=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #509882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509882 is #AF677D. Grayscale: #7F7F7F. Windows color (decimal): -11495294 or 8558672. OLE color: 8558672.

HSL color Cylindrical-coordinate representation of color #509882: hue angle of 161.67º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509882 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB80152130-
CMYK0.4700.140.40
HSL161.67º31.03%45.49%-
HSV(B)161.67º47.37%59.61%-
XYZ18.5725.7725.12-
YUV127.96129.1593.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 152 (59.77% from 255) = 41.99%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=22.10%
G=41.99%
B=35.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801521300.4700.140.40161.6731.0345.49
Hex5098822F0E28a21f2d
Octal12023020257016502423755
Binary10100001001100010000010101111011101010001010001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509882; }

 p { color: rgb(80,152,130); }

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

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

 a { background-color: rgb(80,152,130); }

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

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

 span { border-color: rgb(80,152,130); }

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