#509281

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

Shades of Lochinvar #509281

Tints of Lochinvar #509281

Color information

#509281 (or 0x509281) is unknown color: approx Lochinvar. HEX triplet: 50, 92 and 81. RGB value is (80,146,129). Sum of RGB (Red+Green+Blue) = 80+146+129=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #509281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509281 is #AF6D7E. Grayscale: #7C7C7C. Windows color (decimal): -11496831 or 8491600. OLE color: 8491600.

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

Color convert

RGB80146129-
CMYK0.4500.120.43
HSL164.55º29.2%44.31%-
HSV(B)164.55º45.21%57.25%-
XYZ17.5523.8524.45-
YUV124.33130.6396.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=22.54%
G=41.13%
B=36.34%

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
Decimal801461290.4500.120.43164.5529.244.31
Hex5092812D0C2Ba51d2c
Octal12022220155014532453554
Binary10100001001001010000001101101011001010111010010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509281; }

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

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

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

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

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

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

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

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