#509285

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

Shades of Lochinvar #509285

Tints of Lochinvar #509285

Color information

#509285 (or 0x509285) is unknown color: approx Lochinvar. HEX triplet: 50, 92 and 85. RGB value is (80,146,133). Sum of RGB (Red+Green+Blue) = 80+146+133=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #509285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509285 is #AF6D7A. Grayscale: #7C7C7C. Windows color (decimal): -11496827 or 8753744. OLE color: 8753744.

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

Color convert

RGB80146133-
CMYK0.4500.090.43
HSL168.18º29.2%44.31%-
HSV(B)168.18º45.21%57.25%-
XYZ17.8223.9625.88-
YUV124.78132.6396.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=22.28%
G=40.67%
B=37.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801461330.4500.090.43168.1829.244.31
Hex5092852D092Ba81d2c
Octal12022220555011532503554
Binary10100001001001010000101101101010011010111010100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509285; }

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

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

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

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

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

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

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

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