#509280

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

Shades of Lochinvar #509280

Tints of Lochinvar #509280

Color information

#509280 (or 0x509280) is unknown color: approx Lochinvar. HEX triplet: 50, 92 and 80. RGB value is (80,146,128). Sum of RGB (Red+Green+Blue) = 80+146+128=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #509280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509280 is #AF6D7F. Grayscale: #7C7C7C. Windows color (decimal): -11496832 or 8426064. OLE color: 8426064.

HSL color Cylindrical-coordinate representation of color #509280: hue angle of 163.64º 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 #509280 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB80146128-
CMYK0.4500.120.43
HSL163.64º29.2%44.31%-
HSV(B)163.64º45.21%57.25%-
XYZ17.4823.8224.1-
YUV124.21130.1396.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=22.60%
G=41.24%
B=36.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801461280.4500.120.43163.6429.244.31
Hex5092802D0C2Ba41d2c
Octal12022220055014532443554
Binary10100001001001010000000101101011001010111010010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509280; }

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

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

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

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

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

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

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

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