#509287

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

Shades of Lochinvar #509287

Tints of Lochinvar #509287

Color information

#509287 (or 0x509287) is unknown color: approx Lochinvar. HEX triplet: 50, 92 and 87. RGB value is (80,146,135). Sum of RGB (Red+Green+Blue) = 80+146+135=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #509287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509287 is #AF6D78. Grayscale: #7C7C7C. Windows color (decimal): -11496825 or 8884816. OLE color: 8884816.

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

Color convert

RGB80146135-
CMYK0.4500.080.43
HSL170º29.2%44.31%-
HSV(B)170º45.21%57.25%-
XYZ17.9624.0126.61-
YUV125.01133.6395.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=22.16%
G=40.44%
B=37.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801461350.4500.080.4317029.244.31
Hex5092872D082Baa1d2c
Octal12022220755010532523554
Binary10100001001001010000111101101010001010111010101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509287; }

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

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

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

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

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

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

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

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